fix: disable move db by default (#3105)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-07-09 11:37:39 +08:00
committed by GitHub
parent bc85ad5b65
commit 33644a68b2
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({