mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08:00
Remove release attachments which repository has been deleted (#9334)
This commit is contained in:

committed by
techknowlogick

parent
f46176a418
commit
bfcce5f86c
@ -278,6 +278,8 @@ var migrations = []Migration{
|
||||
NewMigration("change review content type to text", changeReviewContentToText),
|
||||
// v111 -> v112
|
||||
NewMigration("update branch protection for can push and whitelist enable", addBranchProtectionCanPushAndEnableWhitelist),
|
||||
// v112 -> v113
|
||||
NewMigration("remove release attachments which repository deleted", removeAttachmentMissedRepo),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user