Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivanov committed Aug 1, 2024
1 parent c251910 commit fd1c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entity/settings_entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var SettingsValueTypeAll = settingsValueType{
type SettingsEntity struct {
beeorm.ORM `orm:"table=settings;redisCache"`
ID uint64 `orm:"sortable"`
Key string `orm:"required;unique=Key;sortable;searchable;"`
Key string `orm:"required;unique=Key;sortable;"`
Value string `orm:"required;length=max;"`
ValueType string `orm:"enum=entity.SettingsValueTypeAll"`
Editable bool
Expand Down

0 comments on commit fd1c1d8

Please sign in to comment.