From a5ff0997c67c3d347ac81148e0a351c635002eda Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:51:51 +0300 Subject: db: update new lp wrs (#88) Former-commit-id: 9e57b2b24f2fbb00dca12c7e2f18fbe494148aed --- backend/database/route.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/database/route.sql') diff --git a/backend/database/route.sql b/backend/database/route.sql index f26180e..45941a5 100644 --- a/backend/database/route.sql +++ b/backend/database/route.sql @@ -11,6 +11,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU (6,1,4,'',''), (6,1,3,'',''), (6,1,2,'',''), +(7,1,0,'',''), (9,1,4,'',''), (9,1,3,'',''), (9,1,2,'',''), @@ -163,6 +164,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU (64,1,2,'',''), (65,1,4,'',''), (65,1,3,'',''), +(65,1,2,'',''), (66,1,3,'',''), (66,1,2,'',''), (67,1,0,'',''), @@ -200,6 +202,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU (79,1,5,'',''), (79,1,4,'',''), (79,1,2,'',''), +(79,1,0,'',''), (80,1,5,'',''), (80,1,4,'',''), (81,1,7,'',''), -- cgit v1.2.3