Added invoice search + reformatted invoices page BOD-123
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,6 @@
|
||||
- args:
|
||||
cascade: true
|
||||
read_only: false
|
||||
sql: CREATE INDEX idx_invoices_invoicenumber ON invoices USING GIN (invoice_number
|
||||
gin_trgm_ops);
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user