Add payment number and date. IO-610

This commit is contained in:
Patrick Fic
2021-02-08 11:07:48 -08:00
parent f14b665e26
commit 1d091ac98d
35 changed files with 679 additions and 32 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,10 @@
- args:
cascade: true
read_only: false
sql: |-
create trigger payments_assign_paymentnum before
insert
on
public.payments
for each row execute procedure assign_payment_number();
type: run_sql