Compare commits
9 Commits
14e7616b88
...
6a18d7435a
Author | SHA1 | Date | |
---|---|---|---|
6a18d7435a | |||
a42191715d | |||
8e03c935a5 | |||
0560ed7a6a | |||
07b197cc63 | |||
a1ebd59f22 | |||
aac7444896 | |||
d646996c80 | |||
5f5f215aad |
@ -1,6 +1,3 @@
|
||||
ALTER TABLE boat ADD COLUMN convert_handoperated_possible BOOLEAN DEFAULT false NOT NULL;
|
||||
|
||||
|
||||
-- test user
|
||||
INSERT INTO user(name) VALUES('Marie');
|
||||
INSERT INTO "user_role" (user_id, role_id) VALUES((SELECT id from user where name = 'Marie'),(SELECT id FROM role where name = 'Donau Linz'));
|
||||
|
Loading…
Reference in New Issue
Block a user