We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006a6fd commit d5dc474Copy full SHA for d5dc474
storage/src/db/kv_db/mod.rs
@@ -138,6 +138,9 @@ weedb::tables! {
138
pub internal_message_diffs_tail: tables::InternalMessageDiffsTail,
139
pub internal_message_diff_info: tables::InternalMessageDiffInfo,
140
pub internal_message_commit_pointer: tables::InternalMessageCommitPointer,
141
+ // tables are empty, but they cannot be deleted because they are in a storage config
142
+ _int_msg_stats_uncommited: tables::InternalMessageStatsUncommited,
143
+ _shard_int_msgs_uncommited: tables::ShardInternalMessagesUncommited,
144
}
145
146
0 commit comments