diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 22:54:28 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 22:54:28 +0300 |
| commit | 69e15976e42ef404f5b0857e0ca2ea3bb8e6159b (patch) | |
| tree | 7f17f86b19f25a4e3e47a8edf5104ec3ab5256a4 /backend/database/insert/maps.sql | |
| parent | backend: add rate limiting (diff) | |
| download | lphub-69e15976e42ef404f5b0857e0ca2ea3bb8e6159b.tar.gz lphub-69e15976e42ef404f5b0857e0ca2ea3bb8e6159b.tar.bz2 lphub-69e15976e42ef404f5b0857e0ca2ea3bb8e6159b.zip | |
database: organize sql files
Diffstat (limited to '')
| -rw-r--r-- | backend/database/insert/maps.sql (renamed from backend/database/maps.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/database/maps.sql b/backend/database/insert/maps.sql index 082c85a..f0235fa 100644 --- a/backend/database/maps.sql +++ b/backend/database/insert/maps.sql | |||
| @@ -118,7 +118,7 @@ INSERT INTO maps(game_id, chapter_id, name, is_disabled, image) VALUES | |||
| 118 | (2,15,'Propulsion Retrieval',false,''), | 118 | (2,15,'Propulsion Retrieval',false,''), |
| 119 | (2,15,'Vault Entrance',false,''), | 119 | (2,15,'Vault Entrance',false,''), |
| 120 | -- 6 | 120 | -- 6 |
| 121 | (2,16,'Seperation',false,''), | 121 | (2,16,'Separation',false,''), |
| 122 | (2,16,'Triple Axis',false,''), | 122 | (2,16,'Triple Axis',false,''), |
| 123 | (2,16,'Catapult Catch',false,''), | 123 | (2,16,'Catapult Catch',false,''), |
| 124 | (2,16,'Bridge Gels',false,''), | 124 | (2,16,'Bridge Gels',false,''), |