This commit is contained in:
2025-05-04 12:48:47 +03:00
parent af5372921f
commit b38537ef38
@@ -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,