208ace9fb1
SQLite doesn't expect a table name when dropping an index, only when creating.
10 lines
225 B
Go
10 lines
225 B
Go
// Code generated by go generate; DO NOT EDIT.
|
|
package migrate
|
|
|
|
var DialectMySQL = Migrations{
|
|
{
|
|
ID: "20211121-094727",
|
|
Dialect: "mysql",
|
|
Query: "DROP INDEX IF EXISTS uix_places_place_label ON `places`;",
|
|
},
|
|
}
|