From 1aa7e27dd052860b8e0bbe9b457adc13e0b4a743 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Mon, 2 Dec 2019 19:32:40 +0100 Subject: Change review content column to type text in db (#9229) --- models/migrations/migrations.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models/migrations/migrations.go') diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index df82fe9b8b..2de32f8e78 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -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 -- cgit v1.2.3