Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
Postal Owl
Commits
bdaa9f57
Commit
bdaa9f57
authored
Feb 27, 2022
by
Martin Mareš
Browse files
DB: Fix creation of "everybody"
parent
23475abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
db.ddl
View file @
bdaa9f57
...
...
@@ -15,7 +15,7 @@ CREATE TABLE owl_users (
);
-- uid=-1 means "everybody"
INSERT INTO owl_users(uid,
full_name,
first_name, last_name) VALUES (-1,
'Everybody',
'Every', 'Body');
INSERT INTO owl_users(uid, first_name, last_name) VALUES (-1, 'Every', 'Body');
CREATE TABLE owl_semesters (
semid serial PRIMARY KEY,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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