Added payment list to jobs BOD-146
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,5 @@
|
||||
- args:
|
||||
cascade: true
|
||||
read_only: false
|
||||
sql: CREATE INDEX idx_payments_payer ON payments USING GIN (payer gin_trgm_ops);
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user