photoprism/internal/entity/migrate
2026-05-20 23:51:26 +10:00
..
mysql migration: correct alter to unsigned for size column in marker table 2026-03-05 23:15:28 +10:00
postgres migration: correct 20250819 to include if not exists 2026-03-02 21:34:38 +10:00
sqlite Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-10 21:04:37 +10:00
testdata Tests: allow up to 8 packages to be tested simultaneously by creating multiple databases and locking a database to a package. Move DSN to functions. Move mariadb sql scripts to sub folder for consistency. 2025-10-10 19:01:46 +10:00
dbms_authid_migration.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
dialect_mysql.go migration: correct alter to unsigned for size column in marker table 2026-03-05 23:15:28 +10:00
dialect_mysql_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-05-20 21:59:39 +10:00
dialect_postgres.go migration: correct 20250819 to include if not exists 2026-03-02 21:34:38 +10:00
dialect_postgres_test.go Dsn: utilise environment for default port numbers for testing 2026-05-20 23:51:26 +10:00
dialect_sqlite.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-10 21:04:37 +10:00
dialect_sqlite3_test.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
dialects.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
errors.go Add capability to ignore table missing on truncate 2025-03-07 11:02:54 +10:00
generate.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
migrate.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
migrate_test.go Tests: allow up to 8 packages to be tested simultaneously by creating multiple databases and locking a database to a package. Move DSN to functions. Move mariadb sql scripts to sub folder for consistency. 2025-10-10 19:01:46 +10:00
migration.go Migration: correct map to entity syntax 2025-12-03 00:01:53 +10:00
migrations.go Migrations: Add Post step for post create/update processing 2025-08-20 12:01:54 +10:00
options.go Migrations: Add Post step for post create/update processing 2025-08-20 12:01:54 +10:00
run.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
sqlite_gorm2_migration.go migrate: add transaction for sqlite table migration 2026-03-04 20:10:34 +10:00
sqlite_gorm2_migration_test.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
stages.go Migrations: Add Post step for post create/update processing 2025-08-20 12:01:54 +10:00
status.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
version.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00