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