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
550b6d90
Commit
550b6d90
authored
Jan 12, 2023
by
Mario
Browse files
missing semicolon
parent
8a7b2214
Pipeline
#564909
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/schema_postgres.sql
View file @
550b6d90
...
...
@@ -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