aboutsummaryrefslogtreecommitdiff
path: root/backend/database
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-26 20:59:56 +0300
committerGitHub <noreply@github.com>2023-09-26 20:59:56 +0300
commita28c2972e34f1fff4379045ba0ae3747dc4720d7 (patch)
treef382b30950a62b926a4289ad2ecb6a0a7c58a1b6 /backend/database
parentfeat: completed profile rankings (#51) (diff)
downloadlphub-a28c2972e34f1fff4379045ba0ae3747dc4720d7.tar.gz
lphub-a28c2972e34f1fff4379045ba0ae3747dc4720d7.tar.bz2
lphub-a28c2972e34f1fff4379045ba0ae3747dc4720d7.zip
feat: missing placment data for user records (#51)
Former-commit-id: a549ad6074438916f62c18a24eebe638870ee89a
Diffstat (limited to 'backend/database')
-rw-r--r--backend/database/history.sql1
-rw-r--r--backend/database/route.sql1
2 files changed, 2 insertions, 0 deletions
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
25(13,1,'LookLikeAKango',3,'2011-10-05'), 25(13,1,'LookLikeAKango',3,'2011-10-05'),
26(13,1,'Imanex',2,'2011-12-08'), 26(13,1,'Imanex',2,'2011-12-08'),
27(13,1,'jyjey',0,'2012-08-22'), 27(13,1,'jyjey',0,'2012-08-22'),
28(14,0,'?',0,'2011-04-19'),
28(15,1,'Tyronis',2,'2011-10-05'), 29(15,1,'Tyronis',2,'2011-10-05'),
29(16,1,'LookLikeAKango',2,'2011-10-05'), 30(16,1,'LookLikeAKango',2,'2011-10-05'),
30(16,1,'jyjey',0,'2012-08-25'), 31(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
25(13,1,3,'',''), 25(13,1,3,'',''),
26(13,1,2,'',''), 26(13,1,2,'',''),
27(13,1,0,'',''), 27(13,1,0,'',''),
28(14,1,0,'',''),
28(15,1,2,'',''), 29(15,1,2,'',''),
29(16,1,2,'',''), 30(16,1,2,'',''),
30(16,1,0,'',''), 31(16,1,0,'',''),