2021-11-21 14:05:07 +01:00
// Code generated by go generate; DO NOT EDIT.
package migrate
var DialectMySQL = Migrations {
{
2021-11-24 12:42:18 +01:00
ID : "20211121-094727" ,
Dialect : "mysql" ,
2021-11-28 13:52:27 +01:00
Statements : [ ] string { "DROP INDEX uix_places_place_label ON `places`;" } ,
2021-11-24 12:42:18 +01:00
} ,
{
ID : "20211124-120008" ,
Dialect : "mysql" ,
2021-11-28 13:52:27 +01:00
Statements : [ ] string { "DROP INDEX idx_places_place_label ON `places`;" , "DROP INDEX uix_places_label ON `places`;" } ,
2021-11-21 14:05:07 +01:00
} ,
2022-01-03 12:09:00 +01:00
{
ID : "20220103-115400" ,
Dialect : "mysql" ,
Statements : [ ] string { "ALTER TABLE files MODIFY file_projection VARBINARY(40) NULL;" , "ALTER TABLE files MODIFY file_color_profile VARBINARY(40) NULL;" } ,
} ,
2022-01-18 17:34:28 +01:00
{
ID : "20220118-172400" ,
Dialect : "mysql" ,
Statements : [ ] string { "ALTER TABLE albums MODIFY album_filter VARBINARY(767) DEFAULT '';" , "CREATE INDEX IF NOT EXISTS idx_albums_album_filter ON albums (album_filter);" } ,
} ,
2021-11-21 14:05:07 +01:00
}