From cae45e130891cf97f93d743ace381eb8209df2a8 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 12 Jul 2023 09:56:11 +0300 Subject: fix: unique relation for map history and routes Former-commit-id: f3ea2ce6784973385d63980b6680294bbcee0188 --- backend/database/route.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/database/route.sql') diff --git a/backend/database/route.sql b/backend/database/route.sql index 6f090c7..f26180e 100644 --- a/backend/database/route.sql +++ b/backend/database/route.sql @@ -27,7 +27,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU (15,1,2,'',''), (16,1,2,'',''), (16,1,0,'',''), -(17,1,0,'',''), +(17,1,2,'',''), (17,1,0,'',''), -- 3 (18,1,5,'',''), -- cgit v1.2.3