mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
fix: disable move db by default (#3105)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -227,7 +227,6 @@ export async function loadDBFile(): Promise<LoadDBFileResult> {
|
||||
await storeWorkspaceMeta(workspaceId, {
|
||||
id: workspaceId,
|
||||
mainDBPath: internalFilePath,
|
||||
secondaryDBPath: filePath,
|
||||
});
|
||||
|
||||
return { workspaceId };
|
||||
|
||||
Reference in New Issue
Block a user