1
0
Fork 0
forked from forgejo/forgejo

Add primary key and index to external login user table (#1656)

This commit is contained in:
Lauris BH 2017-05-02 11:41:44 +03:00 committed by Bo-Yi Wu
parent 87efc8c6d4
commit 98548c83d3
3 changed files with 43 additions and 3 deletions

View file

@ -108,6 +108,8 @@ var migrations = []Migration{
NewMigration("add field for repo size", addRepoSize),
// v29 -> v30
NewMigration("add commit status table", addCommitStatus),
// v30 -> 31
NewMigration("add primary key to external login user", addExternalLoginUserPK),
}
// Migrate database to current version