1
0
Fork 0
forked from forgejo/forgejo

Create system webhook column (and migration)

This commit is contained in:
James Lakin 2020-02-29 19:14:56 +00:00
parent f9d34b2c60
commit 09dbd6be0d
3 changed files with 40 additions and 15 deletions

View file

@ -188,6 +188,8 @@ var migrations = []Migration{
NewMigration("Fix topic repository count", fixTopicRepositoryCount),
// v127 -> v128
NewMigration("add repository code language statistics", addLanguageStats),
// v128 -> v129
NewMigration("Add IsSystemWebhook column to webhooks table", addSystemWebhookColumn),
}
// Migrate database to current version