default-dest-table #676

Merged
philipp merged 4 commits from default-dest-table into staging 2024-08-18 20:53:09 +02:00
Showing only changes of commit 8e65a6540d - Show all commits

View File

@ -67,3 +67,5 @@ INSERT INTO "boat_damage" (boat_id, desc, user_id_created, created_at, lock_boat
INSERT INTO "notification" (user_id, message, category) VALUES (1, 'This is a test notification', 'test-cat');
INSERT INTO "trailer" (name) VALUES('Großer Hänger');
INSERT INTO "trailer" (name) VALUES('Kleiner Hänger');
insert into distance(destination, distance_in_km) values('Ottensheim', 25);