Compare commits

..

No commits in common. "fc7ca28f5675c6cbbd1d0be421190ba9e28a93c9" and "43e073c54ec781999529c14f2bd68ab3f0784183" have entirely different histories.

View File

@ -1,3 +1,6 @@
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'));