Months, Countries & States: Update album title and slug if needed #1664

This commit is contained in:
Michael Mayer
2021-11-23 20:25:32 +01:00
parent e2a8bb5ef8
commit 32fb22c039
7 changed files with 108 additions and 18 deletions

View File

@@ -5,6 +5,6 @@ var DialectMySQL = Migrations{
{
ID: "20211121-094727",
Dialect: "mysql",
Query: "DROP INDEX IF EXISTS uix_places_place_label ON `places`;",
Query: "DROP INDEX IF EXISTS uix_places_place_label ON `places`",
},
}