feat(dbms): add remove sasa by tanzaku and tanzaku by sasa operations

This commit is contained in:
2023-01-21 16:19:37 +03:00
parent ea720c449c
commit 66c1a17ad5
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ enum TRC {
trc_sasa_add = 0b10010,
trc_sasa_update = 0b10100,
trc_sasa_remove = 0b10001,
trc_sasa_remove_by_tanzaku = 0b101001,
trc_tanzaku_get = 0b100000,
trc_tanzaku_get_by_sasa = 0b11000,
trc_tanzaku_add = 0b100010,