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_jobslines_ordering ON joblines (jobid, removed, line_no asc) where removed=false;