fix-ci-db #438

Merged
philipp merged 5 commits from fix-ci-db into main 2024-04-24 16:41:04 +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'));