From 550b6d90a49d01d8bc682990e3cd9dcb69052515 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Jan 2023 16:11:42 +0000 Subject: missing semicolon --- install/schema_postgres.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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); -- cgit v1.2.3