1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-28 01:48:25 +00:00

fix merge

This commit is contained in:
wxiaoguang
2022-09-29 16:30:17 +08:00
committed by Jason Song
parent fb738c4192
commit 5f0cb6b9e5
2 changed files with 65 additions and 0 deletions

View File

@@ -443,6 +443,10 @@ var migrations = []Migration{
NewMigration("Add package cleanup rule table", v1_19.CreatePackageCleanupRuleTable),
// v235 -> v236
NewMigration("Add index for access_token", v1_19.AddIndexForAccessToken),
// in dev
NewMigration("Add bots tables", addBotTables),
}
// GetCurrentDBVersion returns the current db version