|
@@ -64,6 +64,8 @@ var migrations = []Migration{
|
|
|
NewMigration("update repository sizes", updateRepositorySizes),
|
|
|
|
|
|
NewMigration("remove invalid protect branch whitelist", removeInvalidProtectBranchWhitelist),
|
|
|
+
|
|
|
+ NewMigration("clean unlinked webhook and hook_tasks", cleanUnlinkedWebhookAndHookTasks),
|
|
|
}
|
|
|
|
|
|
|