gitea/models/migrations/v1_21
Giteabot fb5ae2ab94
Restore warning commit status () ()
Backport  by @silverwind

Partial revert of https://github.com/go-gitea/gitea/pull/25839. This
commit status is used by a number of external integrations, so I think
we should not remove it (See
https://github.com/go-gitea/gitea/pull/25839#issuecomment-1729002077).
This is a rare case where an existing migration needed to be alterted to
avoid data loss.

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: delvh <dev.lh@web.de>
..
main_test.go Support changing labels of Actions runner without re-registration ()
v260.go Fix description of drop custom_labels migration ()
v261.go Support configuration variables on Gitea Actions ()
v262.go Support `pull_request_target` event ()
v263.go Rename `Sync2` -> `Sync` ()
v264.go Drop the correct deleted branch table ()
v265.go Actions Artifacts support uploading multiple files and directories ()
v266.go Restore warning commit status () ()
v267.go Reduce unnecessary DB queries for Actions tasks ()
v268.go Implement auto-cancellation of concurrent jobs if the event is push ()
v269.go Drop the correct deleted branch table ()
v270.go Fix typo in metadata ()
v271.go Allow to archive labels ()
v272.go Add optimistic lock to ActionRun table ()
v273.go chore(actions): support cron schedule task ()
v274.go Artifacts retention and auto clean up ()
v275.go Add a new column schedule_id for action_run to track ()
v276.go Fix wrong xorm get usage on migration ()
v277.go Add index to `issue_user.issue_id` () ()
v278.go Add Index to `comment.dependent_issue_id` () ()
v279.go Add Index to `action.user_id` () ()