Add new fields into matter. Remove migrate20To30.
This commit is contained in:
@ -11,6 +11,9 @@ const (
|
||||
|
||||
DIRECTION_ASC = "ASC"
|
||||
DIRECTION_DESC = "DESC"
|
||||
|
||||
EMPTY_JSON_MAP = "{}"
|
||||
EMPTY_JSON_ARRAY = "[]"
|
||||
)
|
||||
|
||||
type IBase interface {
|
||||
|
Reference in New Issue
Block a user