Add payment number and date. IO-610
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
10
hasura/migrations/1612810025041_run_sql_migration/up.yaml
Normal file
10
hasura/migrations/1612810025041_run_sql_migration/up.yaml
Normal 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
|
||||
Reference in New Issue
Block a user