Fix not removed watches on unallowed repositories (#4201)
This commit is contained in:

committed by
techknowlogick

parent
467ff4d343
commit
a93f13849c
@ -186,6 +186,8 @@ var migrations = []Migration{
|
||||
NewMigration("add u2f", addU2FReg),
|
||||
// v66 -> v67
|
||||
NewMigration("add login source id column for public_key table", addLoginSourceIDToPublicKeyTable),
|
||||
// v67 -> v68
|
||||
NewMigration("remove stale watches", removeStaleWatches),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user