photoprism/internal/migrate/dialect_sqlite3.go

16 lines
415 B
Go
Raw Normal View History

// Code generated by go generate; DO NOT EDIT.
package migrate
var DialectSQLite3 = Migrations{
{
2021-11-24 11:42:18 +00:00
ID: "20211121-094727",
Dialect: "sqlite3",
2021-11-24 11:42:18 +00:00
Statements: []string{"DROP INDEX IF EXISTS idx_places_place_label;"},
},
{
ID: "20211124-120008",
Dialect: "sqlite3",
2021-11-24 11:42:18 +00:00
Statements: []string{"DROP INDEX IF EXISTS uix_places_place_label;", "DROP INDEX IF EXISTS uix_places_label;"},
},
}