Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2022-12-23 20:56:52 +08:00
12 changed files with 222 additions and 369 deletions

View File

@ -445,6 +445,8 @@ var migrations = []Migration{
// v236 -> v237
NewMigration("Create secrets table", v1_19.CreateSecretsTable),
// v237 -> v238
NewMigration("Drop ForeignReference table", v1_19.DropForeignReferenceTable),
// v238 -> v239
NewMigration("Add actions tables", v1_19.AddActionsTables),
}