1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: set string key value data type to text

This commit is contained in:
Ferdinand Mütsch 2020-05-30 21:10:44 +02:00
parent 5e7e32ddb0
commit 1872bf4b4c
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ type MigrationFunc func(db *gorm.DB) error
type KeyStringValue struct {
Key string `gorm:"primary_key"`
Value string
Value string `gorm:"type:text"`
}

View File

@ -1 +1 @@
1.6.0
1.6.1