log-handle-external-boats #439

Merged
philipp merged 3 commits from log-handle-external-boats into staging 2024-04-24 17:03:43 +02:00
Showing only changes of commit fc7ca28f56 - 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'));