enh: sdb table name for grant

This commit is contained in:
kailixu 2024-06-23 21:00:45 +08:00
parent ffef405c3a
commit 89be170305
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ const char *sdbTableName(ESdbType type) {
return "compact";
case SDB_COMPACT_DETAIL:
return "compact_detail";
case SDB_GRANT:
return "grant";
case SDB_ARBGROUP:
return "arb_group";
default: