mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
feat(infra): doc properties by orm (#8382)
create new orm table docConfiguration move primary store to docConfiguration
This commit is contained in:
@@ -2,8 +2,10 @@ export type {
|
||||
DBSchemaBuilder,
|
||||
FieldSchemaBuilder,
|
||||
ORMClient,
|
||||
Entity as ORMEntity,
|
||||
Table,
|
||||
TableMap,
|
||||
TableSchemaBuilder,
|
||||
UpdateEntityInput,
|
||||
} from './core';
|
||||
export { createORMClient, f, YjsDBAdapter } from './core';
|
||||
export { createORMClient, f, t, YjsDBAdapter } from './core';
|
||||
|
||||
Reference in New Issue
Block a user