forked from forgejo/forgejo
Add primary key and index to external login user table (#1656)
This commit is contained in:
parent
87efc8c6d4
commit
98548c83d3
3 changed files with 43 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue