fix
This commit is contained in:
@@ -15,7 +15,7 @@ extension GetIsarTransactionCollection on Isar {
|
||||
|
||||
const IsarTransactionSchema = CollectionSchema(
|
||||
name: r'Transaction',
|
||||
id: 5320225, // Reduced to a JavaScript-safe integer
|
||||
id: 5320225499417954855,
|
||||
properties: {
|
||||
r'amount': PropertySchema(
|
||||
id: 0,
|
||||
@@ -45,7 +45,7 @@ const IsarTransactionSchema = CollectionSchema(
|
||||
idName: r'id',
|
||||
indexes: {
|
||||
r'category_name': IndexSchema(
|
||||
id: -3986107, // Reduced to a JavaScript-safe integer
|
||||
id: -3986107701717091180,
|
||||
name: r'category_name',
|
||||
unique: false,
|
||||
replace: false,
|
||||
@@ -58,7 +58,7 @@ const IsarTransactionSchema = CollectionSchema(
|
||||
],
|
||||
),
|
||||
r'transaction_date': IndexSchema(
|
||||
id: 1196378, // Reduced to a JavaScript-safe integer
|
||||
id: 1196378424800128741,
|
||||
name: r'transaction_date',
|
||||
unique: false,
|
||||
replace: false,
|
||||
|
||||
Reference in New Issue
Block a user