transaction tag index supports soft delete

This commit is contained in:
MaysWind
2021-01-18 00:26:51 +08:00
parent 1d37352099
commit a7c77cf68e
4 changed files with 34 additions and 9 deletions
+1
View File
@@ -11,4 +11,5 @@ const (
UUID_TYPE_TRANSACTION UuidType = 3
UUID_TYPE_CATEGORY UuidType = 4
UUID_TYPE_TAG UuidType = 5
UUID_TYPE_TAG_INDEX UuidType = 6
)