Fixed bad migration step, fixes #454
This commit is contained in:
@@ -462,8 +462,8 @@ SELECT
|
|||||||
|
|
||||||
void migrateFromV57(Session& session)
|
void migrateFromV57(Session& session)
|
||||||
{
|
{
|
||||||
// useless index
|
// useless index, may have been already removed in the previous step
|
||||||
session.getDboSession()->execute("DROP INDEX cluster_name_idx");
|
session.getDboSession()->execute("DROP INDEX IF EXISTS cluster_name_idx");
|
||||||
}
|
}
|
||||||
|
|
||||||
void migrateFromV58(Session& session)
|
void migrateFromV58(Session& session)
|
||||||
|
|||||||
Reference in New Issue
Block a user