mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 09:20:31 -07:00
feature: Improved sync capability
This commit is contained in:
parent
f3e920ac79
commit
c5c7f71b84
31 changed files with 500 additions and 344 deletions
|
|
@ -77,7 +77,16 @@ const ISyncedItemSchema = IsarGeneratedSchema(
|
|||
type: IsarType.string,
|
||||
),
|
||||
],
|
||||
indexes: [],
|
||||
indexes: [
|
||||
IsarIndexSchema(
|
||||
name: 'parentId',
|
||||
properties: [
|
||||
"parentId",
|
||||
],
|
||||
unique: false,
|
||||
hash: false,
|
||||
),
|
||||
],
|
||||
),
|
||||
converter: IsarObjectConverter<String, ISyncedItem>(
|
||||
serialize: serializeISyncedItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue