mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 04:52:52 +09:00
refactor: rename to actions
This commit is contained in:
@ -444,7 +444,7 @@ var migrations = []Migration{
|
||||
NewMigration("Add index for access_token", v1_19.AddIndexForAccessToken),
|
||||
|
||||
// in dev
|
||||
NewMigration("Add bots tables", addBotTables),
|
||||
NewMigration("Add actions tables", addActionsTables),
|
||||
}
|
||||
|
||||
// GetCurrentDBVersion returns the current db version
|
||||
|
Reference in New Issue
Block a user