fix: disable move db by default (#3105)

Co-authored-by: Alex Yang <himself65@outlook.com>
(cherry picked from commit 33644a68b2)
This commit is contained in:
Peng Xiao
2023-07-09 11:37:39 +08:00
committed by Alex Yang
parent 72466d0768
commit fdffac6911
7 changed files with 63 additions and 18 deletions

View File

@@ -69,6 +69,7 @@ export const buildFlagsSchema = z.object({
enableSQLiteProvider: z.boolean(),
enableNotificationCenter: z.boolean(),
enableCloud: z.boolean(),
enableMoveDatabase: z.boolean(),
});
export const blockSuiteFeatureFlags = z.object({