parent
c56335adad
commit
223064698e
@ -60,7 +60,7 @@ type GetTransactionsForAccountRow struct {
|
|||||||
ID uuid.UUID
|
ID uuid.UUID
|
||||||
Date time.Time
|
Date time.Time
|
||||||
Memo string
|
Memo string
|
||||||
Amount postgres.Numeric
|
Amount Numeric
|
||||||
Account string
|
Account string
|
||||||
Payee string
|
Payee string
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,10 @@ packages:
|
|||||||
schema: "postgres/schema/"
|
schema: "postgres/schema/"
|
||||||
queries: "postgres/queries/"
|
queries: "postgres/queries/"
|
||||||
overrides:
|
overrides:
|
||||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
- go_type:
|
||||||
|
type: "Numeric"
|
||||||
db_type: "pg_catalog.numeric"
|
db_type: "pg_catalog.numeric"
|
||||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
- go_type:
|
||||||
|
type: "Numeric"
|
||||||
db_type: "pg_catalog.numeric"
|
db_type: "pg_catalog.numeric"
|
||||||
nullable: true
|
nullable: true
|
Loading…
x
Reference in New Issue
Block a user