2021-11-21 14:05:07 +01:00
|
|
|
// Code generated by go generate; DO NOT EDIT.
|
|
|
|
package migrate
|
|
|
|
|
|
|
|
var DialectSQLite = Migrations{
|
|
|
|
{
|
2021-11-24 12:42:18 +01:00
|
|
|
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;"},
|
2021-11-21 14:05:07 +01:00
|
|
|
},
|
|
|
|
}
|