From a28c2972e34f1fff4379045ba0ae3747dc4720d7 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:59:56 +0300 Subject: feat: missing placment data for user records (#51) Former-commit-id: a549ad6074438916f62c18a24eebe638870ee89a --- backend/database/history.sql | 1 + backend/database/route.sql | 1 + 2 files changed, 2 insertions(+) (limited to 'backend/database') diff --git a/backend/database/history.sql b/backend/database/history.sql index 96bde3d..cadb30c 100644 --- a/backend/database/history.sql +++ b/backend/database/history.sql @@ -25,6 +25,7 @@ INSERT INTO map_history(map_id,category_id,user_name,score_count,record_date) VA (13,1,'LookLikeAKango',3,'2011-10-05'), (13,1,'Imanex',2,'2011-12-08'), (13,1,'jyjey',0,'2012-08-22'), +(14,0,'?',0,'2011-04-19'), (15,1,'Tyronis',2,'2011-10-05'), (16,1,'LookLikeAKango',2,'2011-10-05'), (16,1,'jyjey',0,'2012-08-25'), diff --git a/backend/database/route.sql b/backend/database/route.sql index 45941a5..8b23a8c 100644 --- a/backend/database/route.sql +++ b/backend/database/route.sql @@ -25,6 +25,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU (13,1,3,'',''), (13,1,2,'',''), (13,1,0,'',''), +(14,1,0,'',''), (15,1,2,'',''), (16,1,2,'',''), (16,1,0,'',''), -- cgit v1.2.3