[ci-ignore] SQL for Indexing

This commit is contained in:
Patrick Fic
2021-04-30 16:23:19 -07:00
parent 026da0039c
commit ccda4d2b8c
12 changed files with 64 additions and 0 deletions

View File

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

View File

@@ -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