login: migration fix.

This commit is contained in:
Leonard Gram 2018-02-16 17:36:28 +01:00
parent 0053be9882
commit fe357a72d9

View File

@ -38,6 +38,5 @@ func addLoginAttemptMigrations(mg *Migrator) {
"id": "id",
"username": "username",
"ip_address": "ip_address",
"created": "created",
})
}