[ci-ignore] SQL for Indexing
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,8 @@
|
||||
- args:
|
||||
cascade: false
|
||||
read_only: false
|
||||
sql: |-
|
||||
create index bills_idx_date on bills(date);
|
||||
create index joblines_idx_removed on joblines(removed);
|
||||
create index joblines_idx_mod_lbr_ty on joblines(mod_lbr_ty);
|
||||
type: run_sql
|
||||
Reference in New Issue
Block a user