Reset IMAP UIDs endpoint
This commit is contained in:
@@ -94,7 +94,7 @@ impl SqliteStore {
|
||||
SUBSPACE_TASK_QUEUE,
|
||||
SUBSPACE_BLOB_RESERVE,
|
||||
SUBSPACE_BLOB_LINK,
|
||||
SUBSPACE_LOOKUP_VALUE,
|
||||
SUBSPACE_IN_MEMORY_VALUE,
|
||||
SUBSPACE_PROPERTY,
|
||||
SUBSPACE_SETTINGS,
|
||||
SUBSPACE_QUEUE_MESSAGE,
|
||||
@@ -139,7 +139,7 @@ impl SqliteStore {
|
||||
.map_err(into_error)?;
|
||||
}
|
||||
|
||||
for table in [SUBSPACE_COUNTER, SUBSPACE_QUOTA] {
|
||||
for table in [SUBSPACE_COUNTER, SUBSPACE_QUOTA, SUBSPACE_IN_MEMORY_COUNTER] {
|
||||
conn.execute(
|
||||
&format!(
|
||||
"CREATE TABLE IF NOT EXISTS {} (
|
||||
|
||||
Reference in New Issue
Block a user