diff options
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index 5a97ebca1..6d7fe910b 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -1661,7 +1661,7 @@ CREATE TABLE IF NOT EXISTS workerq ( workerq_uuid UUID NOT NULL, workerq_cmd text NOT NULL DEFAULT '', PRIMARY KEY (workerq_id) -) +); CREATE INDEX idx_workerq_priority ON workerq (workerq_priority); CREATE INDEX idx_workerq_reservationid ON workerq (workerq_reservationid); CREATE INDEX idx_workerq_processtimeout ON workerq (workerq_processtimeout); |