diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:40:22 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:40:22 +0300 |
| commit | b0d199936b546c75d4b19d99591237f0bf97fe55 (patch) | |
| tree | e9391880e7db2bd1ea8ff25d91aeea8dd98f186e /backend/database/insert | |
| parent | fix/frontend: fixed sidebar title size, removed unnecessary imports (diff) | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.gz lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.bz2 lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.zip | |
Merge branch 'main' into css-overhaulcss-overhaul
Diffstat (limited to 'backend/database/insert')
| -rw-r--r-- | backend/database/insert/history.sql | 1 | ||||
| -rw-r--r-- | backend/database/insert/maps.sql | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/backend/database/insert/history.sql b/backend/database/insert/history.sql index 34fddcb..6b4922a 100644 --- a/backend/database/insert/history.sql +++ b/backend/database/insert/history.sql | |||
| @@ -547,6 +547,7 @@ INSERT INTO map_history(map_id,category_id,user_name,score_count,record_date) VA | |||
| 547 | (57,1,'Krank',5,'2012-07-29'), | 547 | (57,1,'Krank',5,'2012-07-29'), |
| 548 | (57,1,'Krzyhau',0,'2017-10-29'), | 548 | (57,1,'Krzyhau',0,'2017-10-29'), |
| 549 | (58,1,'Stimich',2,'2011-10-11'), | 549 | (58,1,'Stimich',2,'2011-10-11'), |
| 550 | (58,1,'Isenstige',0,'2025-01-24'), | ||
| 550 | (59,1,'Isimmo',7,'2011-11-04'), | 551 | (59,1,'Isimmo',7,'2011-11-04'), |
| 551 | (59,1,'sicklebrick',6,'2013-03-20'), | 552 | (59,1,'sicklebrick',6,'2013-03-20'), |
| 552 | (60,1,'CalmlyFrenetic',7,'2011-10-19'), | 553 | (60,1,'CalmlyFrenetic',7,'2011-10-19'), |
diff --git a/backend/database/insert/maps.sql b/backend/database/insert/maps.sql index f0235fa..e896ba9 100644 --- a/backend/database/insert/maps.sql +++ b/backend/database/insert/maps.sql | |||
| @@ -96,7 +96,7 @@ INSERT INTO maps(game_id, chapter_id, name, is_disabled, image) VALUES | |||
| 96 | (2,13,'Catapult Block',false,''), | 96 | (2,13,'Catapult Block',false,''), |
| 97 | (2,13,'Bridge Fling',false,''), | 97 | (2,13,'Bridge Fling',false,''), |
| 98 | (2,13,'Turret Walls',false,''), | 98 | (2,13,'Turret Walls',false,''), |
| 99 | (2,13,'Turret Assasin',false,''), | 99 | (2,13,'Turret Assassin',false,''), |
| 100 | (2,13,'Bridge Testing',false,''), | 100 | (2,13,'Bridge Testing',false,''), |
| 101 | -- 4 | 101 | -- 4 |
| 102 | (2,14,'Cooperative Funnels',false,''), | 102 | (2,14,'Cooperative Funnels',false,''), |