aboutsummaryrefslogtreecommitdiff
path: root/backend/database/chapters.sql
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.plm>2023-07-12 17:58:23 +0200
committerNidboj132 <lol2s@vp.plm>2023-07-12 17:58:23 +0200
commit781289455037431d8adbaa0b293b755c88169747 (patch)
tree773824f97c3b21d353b9066afdbde30bee2da4c5 /backend/database/chapters.sql
parentsummary (diff)
parentfix: 0 score count / showcase not required (#47) (diff)
downloadlphub-781289455037431d8adbaa0b293b755c88169747.tar.gz
lphub-781289455037431d8adbaa0b293b755c88169747.tar.bz2
lphub-781289455037431d8adbaa0b293b755c88169747.zip
Merge branch 'main' of https://github.com/pektezol/LeastPortals
Former-commit-id: af8d8680aafc3d662f8b53a4f50f0ea356b26c26
Diffstat (limited to '')
-rw-r--r--backend/database/chapters.sql32
1 files changed, 16 insertions, 16 deletions
diff --git a/backend/database/chapters.sql b/backend/database/chapters.sql
index f01ae9c..9538bed 100644
--- a/backend/database/chapters.sql
+++ b/backend/database/chapters.sql
@@ -1,17 +1,17 @@
1INSERT INTO chapters(id, game_id, name) VALUES 1INSERT INTO chapters(id, game_id, name) VALUES
2(1, 1, 'The Coutesy Call'), 2(1, 1, 'Chapter 1 - The Coutesy Call'),
3(2, 1, 'The Cold Boot'), 3(2, 1, 'Chapter 2 - The Cold Boot'),
4(3, 1, 'The Return'), 4(3, 1, 'Chapter 3 - The Return'),
5(4, 1, 'The Surprise'), 5(4, 1, 'Chapter 4 - The Surprise'),
6(5, 1, 'The Escape'), 6(5, 1, 'Chapter 5 - The Escape'),
7(6, 1, 'The Fall'), 7(6, 1, 'Chapter 6 - The Fall'),
8(7, 1, 'The Reunion'), 8(7, 1, 'Chapter 7 - The Reunion'),
9(8, 1, 'The Itch'), 9(8, 1, 'Chapter 8 - The Itch'),
10(9, 1, 'The Part Where He Kills You'), 10(9, 1, 'Chapter 9 - The Part Where He Kills You'),
11(10, 2, 'Introduction'), 11(10, 2, 'Course 0 - Introduction'),
12(11, 2, 'Team Building'), 12(11, 2, 'Course 1 - Team Building'),
13(12, 2, 'Mass And Velocity'), 13(12, 2, 'Course 2 - Mass And Velocity'),
14(13, 2, 'Hard-Light Surfaces'), 14(13, 2, 'Course 3 - Hard-Light Surfaces'),
15(14, 2, 'Excursion Funnels'), 15(14, 2, 'Course 4 - Excursion Funnels'),
16(15, 2, 'Mobility Gels'), 16(15, 2, 'Course 5 - Mobility Gels'),
17(16, 2, 'Art Therapy'); \ No newline at end of file 17(16, 2, 'Course 6 - Art Therapy'); \ No newline at end of file