Further index changes.

This commit is contained in:
Patrick Fic
2024-09-20 15:56:42 -07:00
parent f674fff930
commit 464f7044f0
22 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1 @@
CREATE INDEX idx_joblines_types ON joblines (jobid, mod_lbr_ty, removed) where removed=false;