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:
parent
5e7e32ddb0
commit
1872bf4b4c
@ -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"`
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
1.6.0
|
||||
1.6.1
|
Loading…
Reference in New Issue
Block a user