commit
200c57ed8e
|
@ -64,6 +64,8 @@ const char *sdbTableName(ESdbType type) {
|
||||||
return "idx";
|
return "idx";
|
||||||
case SDB_VIEW:
|
case SDB_VIEW:
|
||||||
return "view";
|
return "view";
|
||||||
|
case SDB_STREAM_SEQ:
|
||||||
|
return "stream_seq";
|
||||||
case SDB_COMPACT:
|
case SDB_COMPACT:
|
||||||
return "compact";
|
return "compact";
|
||||||
case SDB_COMPACT_DETAIL:
|
case SDB_COMPACT_DETAIL:
|
||||||
|
|
Loading…
Reference in New Issue