Increase contest description length
This commit is contained in:
parent
80e5c2551c
commit
4d77e9c586
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type Contest struct {
|
||||||
|
|
||||||
Name string
|
Name string
|
||||||
Category string
|
Category string
|
||||||
Description string
|
Description string `gorm:"type:varchar(2048)"`
|
||||||
|
|
||||||
Date time.Time
|
Date time.Time
|
||||||
StartTime time.Time
|
StartTime time.Time
|
||||||
|
|
Loading…
Reference in a new issue