1
1
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:
David Svantesson
2019-12-02 19:32:40 +01:00
committed by techknowlogick
parent 33fc48c8ae
commit 1aa7e27dd0
3 changed files with 39 additions and 1 deletions

View File

@ -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