Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
9ec516e5
Commit
9ec516e5
authored
Jan 12, 2023
by
Mario
Browse files
Merge branch 'dev' into 8.0RC
parents
5cb92b6e
550b6d90
Pipeline
#564911
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/schema_postgres.sql
View file @
9ec516e5
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment