mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat: migrate to database v3 (#3528)
This commit is contained in:
@@ -139,7 +139,7 @@ const rootWorkspacesMetadataPromiseAtom = atom<
|
||||
...item.map(x => ({
|
||||
id: x.id,
|
||||
flavour: x.flavour,
|
||||
version: WorkspaceVersion.SubDoc,
|
||||
version: WorkspaceVersion.DatabaseV3,
|
||||
}))
|
||||
);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user