From 4d77e9c5867b923cfd193a1717fabfd4bb9337db Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Thu, 31 Dec 2020 18:06:24 +0100 Subject: [PATCH] Increase contest description length --- orm/contest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/contest.go b/orm/contest.go index 7ae62b59..8d948d45 100644 --- a/orm/contest.go +++ b/orm/contest.go @@ -21,7 +21,7 @@ type Contest struct { Name string Category string - Description string + Description string `gorm:"type:varchar(2048)"` Date time.Time StartTime time.Time