mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 16:10:50 +00:00
Status-API (#1332)
This commit is contained in:
parent
52627032bc
commit
4bea219128
8 changed files with 529 additions and 0 deletions
|
@ -106,6 +106,8 @@ var migrations = []Migration{
|
|||
NewMigration("change mirror interval from hours to time.Duration", convertIntervalToDuration),
|
||||
// v28 -> v29
|
||||
NewMigration("add field for repo size", addRepoSize),
|
||||
// v29 -> v30
|
||||
NewMigration("add commit status table", addCommitStatus),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue