fix-ci-db #437

Merged
philipp merged 10 commits from fix-ci-db into staging 2024-04-24 15:58:19 +02:00
Showing only changes of commit a42191715d - Show all commits

View File

@ -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'));