JMAP Registry API implementation - part 4
This commit is contained in:
@@ -38,7 +38,7 @@ pub async fn store_destroy(store: &Store) {
|
||||
SUBSPACE_TELEMETRY_METRIC,
|
||||
SUBSPACE_SEARCH_INDEX,
|
||||
SUBSPACE_REGISTRY_IDX,
|
||||
SUBSPACE_REGISTRY_IDX_GLOBAL,
|
||||
SUBSPACE_REGISTRY_PK,
|
||||
SUBSPACE_DIRECTORY,
|
||||
] {
|
||||
if subspace == SUBSPACE_SEARCH_INDEX && store.is_pg_or_mysql() {
|
||||
@@ -251,7 +251,7 @@ pub async fn store_assert_is_empty(store: &Store, blob_store: BlobStore, include
|
||||
(SUBSPACE_TELEMETRY_METRIC, true),
|
||||
(SUBSPACE_SEARCH_INDEX, true),
|
||||
(SUBSPACE_REGISTRY_IDX, false),
|
||||
(SUBSPACE_REGISTRY_IDX_GLOBAL, false),
|
||||
(SUBSPACE_REGISTRY_PK, true),
|
||||
(SUBSPACE_DIRECTORY, true),
|
||||
] {
|
||||
if (subspace == SUBSPACE_SEARCH_INDEX && store.is_pg_or_mysql())
|
||||
|
||||
Reference in New Issue
Block a user