This commit is contained in:
2026-03-23 23:42:52 +03:00
parent 8f03af4b0a
commit bca0c8f9d3
9 changed files with 988 additions and 20 deletions
+9
View File
@@ -297,6 +297,15 @@ class AppDatabase extends _$AppDatabase {
return totals;
}
// ============================================================================
// ACCOUNTS
// ============================================================================
/// Update an account
Future<void> updateAccount(AccountsCompanion account) async {
await update(accounts).replace(account);
}
}
LazyDatabase _openConnection() {