From 8e65a6540d13cbd2de4ce5d285cd7165129812ee Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 18 Aug 2024 20:43:45 +0200 Subject: [PATCH] fix tests --- seeds.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seeds.sql b/seeds.sql index d832416..b1e3009 100644 --- a/seeds.sql +++ b/seeds.sql @@ -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); +