Merge pull request 'fix-ci-db' (#437) from fix-ci-db into staging

Reviewed-on: Ruderverein-Donau-Linz/rowt#437
This commit is contained in:
philipp 2024-04-24 15:58:18 +02:00
commit 6a18d7435a

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