mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 15:07:20 +00:00
Change review content column to type text in db (#9229)
This commit is contained in:
committed by
techknowlogick
parent
33fc48c8ae
commit
1aa7e27dd0
@ -274,6 +274,8 @@ var migrations = []Migration{
|
||||
NewMigration("Add comment_id on table notification", addCommentIDOnNotification),
|
||||
// v109 -> v110
|
||||
NewMigration("add can_create_org_repo to team", addCanCreateOrgRepoColumnForTeam),
|
||||
// v110 -> v111
|
||||
NewMigration("change review content type to text", changeReviewContentToText),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user