Compare commits
6 Commits
43e073c54e
...
fc7ca28f56
| Author | SHA1 | Date | |
|---|---|---|---|
| fc7ca28f56 | |||
| a42191715d | |||
| 8e03c935a5 | |||
| 0560ed7a6a | |||
| 07b197cc63 | |||
| a1ebd59f22 |
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user