diff options
author | Mario <mario@mariovavti.com> | 2023-01-12 16:12:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-12 16:12:26 +0000 |
commit | 9ec516e5a4ff52184c9c63acfa3991262c9c1d7a (patch) | |
tree | cb2513a2cb631400496404f8355d80a782c0ec99 | |
parent | 5cb92b6e21149ebc27261ba0703f69f767976d33 (diff) | |
parent | 550b6d90a49d01d8bc682990e3cd9dcb69052515 (diff) | |
download | volse-hubzilla-9ec516e5a4ff52184c9c63acfa3991262c9c1d7a.tar.gz volse-hubzilla-9ec516e5a4ff52184c9c63acfa3991262c9c1d7a.tar.bz2 volse-hubzilla-9ec516e5a4ff52184c9c63acfa3991262c9c1d7a.zip |
Merge branch 'dev' into 8.0RC
-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); |