forked from forgejo/forgejo
Create system webhook column (and migration)
This commit is contained in:
parent
f9d34b2c60
commit
09dbd6be0d
3 changed files with 40 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue