From 49e3916379f4abb0b8b33cb528b2b7b7d30328b7 Mon Sep 17 00:00:00 2001
From: Gabriel Copat <copatg@cardiff.ac.uk>
Date: Mon, 4 Dec 2023 11:47:08 +0000
Subject: [PATCH] Styling Updates

---
 src/main/resources/data.sql | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql
index 5719b273..fa38c54e 100644
--- a/src/main/resources/data.sql
+++ b/src/main/resources/data.sql
@@ -32,10 +32,6 @@ insert into locations (locationID, locationName , locationEmail,locationDescript
 
 insert into locations (locationID, locationName , locationEmail,locationDescription,locationPlace, locationTrailID) value (19, 'The Esplanade','','Location description here','Penarth',0301);
 insert into locations (locationID, locationName , locationEmail,locationDescription,locationPlace, locationTrailID) value (20, 'The Old Swimming Baths','','Location description here','Penarth',0301);
-
-insert into locations (locationID, Name) value ('1', 'Caerphilly');
-insert into locations (locationID, Name) value ('2', 'Penarth');
-
 delete from badges;
 insert into badges (name, description, difficulty) value ('TownConnoisseur', 'You know the town very well!', '2');
 insert into badges (name, description, difficulty) value ('TownRegular', 'You visited the town 3 days in a row!', '1');
-- 
GitLab