feat: integrate React Query for improved data fetching and state management across banking and transactions components
This commit is contained in:
@@ -53,6 +53,8 @@ model Transaction {
|
||||
@@index([accountId])
|
||||
@@index([categoryId])
|
||||
@@index([date])
|
||||
@@index([accountId, date])
|
||||
@@index([isReconciled])
|
||||
}
|
||||
|
||||
model Folder {
|
||||
|
||||
Reference in New Issue
Block a user