Renamed migration file

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:
Alexey Terentyev 2018-06-20 04:26:08 +03:00
parent 8c51851b80
commit ffc96b01c6
No known key found for this signature in database
GPG Key ID: 60D6C550AEEBB467
2 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ var migrations = []Migration{
NewMigration("add u2f", addU2FReg),
// v66 -> v67
NewMigration("add login source id column for public_key table", addLoginSourceIDToPublicKeyTable),
// v67 -> V68
// v68 -> V69
NewMigration("Reformat and remove incorrect topics", reformatAndRemoveIncorrectTopics),
}