Additional database indexing.

This commit is contained in:
Patrick Fic
2023-04-28 09:37:49 -07:00
parent ea7c22daec
commit 51ebfd86e7
22 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
CREATE INDEX idx_jobs_inproduction_true ON jobs(inproduction) WHERE inproduction = true;