diff options
Diffstat (limited to 'backend/database/route.sql')
| -rw-r--r-- | backend/database/route.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 11 | (6,1,4,'',''), | 11 | (6,1,4,'',''), |
| 12 | (6,1,3,'',''), | 12 | (6,1,3,'',''), |
| 13 | (6,1,2,'',''), | 13 | (6,1,2,'',''), |
| 14 | (7,1,0,'',''), | ||
| 14 | (9,1,4,'',''), | 15 | (9,1,4,'',''), |
| 15 | (9,1,3,'',''), | 16 | (9,1,3,'',''), |
| 16 | (9,1,2,'',''), | 17 | (9,1,2,'',''), |
| @@ -163,6 +164,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU | |||
| 163 | (64,1,2,'',''), | 164 | (64,1,2,'',''), |
| 164 | (65,1,4,'',''), | 165 | (65,1,4,'',''), |
| 165 | (65,1,3,'',''), | 166 | (65,1,3,'',''), |
| 167 | (65,1,2,'',''), | ||
| 166 | (66,1,3,'',''), | 168 | (66,1,3,'',''), |
| 167 | (66,1,2,'',''), | 169 | (66,1,2,'',''), |
| 168 | (67,1,0,'',''), | 170 | (67,1,0,'',''), |
| @@ -200,6 +202,7 @@ INSERT INTO map_routes(map_id,category_id,score_count,description,showcase) VALU | |||
| 200 | (79,1,5,'',''), | 202 | (79,1,5,'',''), |
| 201 | (79,1,4,'',''), | 203 | (79,1,4,'',''), |
| 202 | (79,1,2,'',''), | 204 | (79,1,2,'',''), |
| 205 | (79,1,0,'',''), | ||
| 203 | (80,1,5,'',''), | 206 | (80,1,5,'',''), |
| 204 | (80,1,4,'',''), | 207 | (80,1,4,'',''), |
| 205 | (81,1,7,'',''), | 208 | (81,1,7,'',''), |