We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ff0ec commit c1a728cCopy full SHA for c1a728c
1 file changed
pkg/models/transaction_tag.go
@@ -5,7 +5,7 @@ type TransactionTag struct {
5
TagId int64 `xorm:"PK"`
6
Uid int64 `xorm:"INDEX(IDX_tag_uid_deleted_group_order) NOT NULL"`
7
Deleted bool `xorm:"INDEX(IDX_tag_uid_deleted_group_order) NOT NULL"`
8
- TagGroupId int64 `xorm:"INDEX(IDX_tag_uid_deleted_group_order) NOT NULL"`
+ TagGroupId int64 `xorm:"INDEX(IDX_tag_uid_deleted_group_order) NOT NULL DEFAULT 0"`
9
Name string `xorm:"VARCHAR(64) NOT NULL"`
10
DisplayOrder int32 `xorm:"INDEX(IDX_tag_uid_deleted_group_order) NOT NULL"`
11
Hidden bool `xorm:"NOT NULL"`
0 commit comments