photoprism/internal/migrate/dialect_sqlite.go
2021-11-24 12:42:18 +01:00

16 lines
412 B
Go

// Code generated by go generate; DO NOT EDIT.
package migrate
var DialectSQLite = Migrations{
{
ID: "20211121-094727",
Dialect: "sqlite",
Statements: []string{"DROP INDEX IF EXISTS idx_places_place_label;"},
},
{
ID: "20211124-120008",
Dialect: "sqlite",
Statements: []string{"DROP INDEX IF EXISTS uix_places_place_label;", "DROP INDEX IF EXISTS uix_places_label;"},
},
}