feat: add external URL support for bank accounts, allowing users to link to their bank's portal
This commit is contained in:
@@ -20,6 +20,7 @@ model Account {
|
||||
balance Float @default(0)
|
||||
currency String @default("EUR")
|
||||
lastImport String?
|
||||
externalUrl String? // Custom URL for external bank portal
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user