From 47c38325c77204cc8c98c347e5f8fd62b6f33596 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:23:19 +0300 Subject: feat: add chapter numbers in names Former-commit-id: 237a4cf44c7930145a8829b640d7f2c95e370860 --- backend/database/chapters.sql | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'backend') 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 @@ INSERT INTO chapters(id, game_id, name) VALUES -(1, 1, 'The Coutesy Call'), -(2, 1, 'The Cold Boot'), -(3, 1, 'The Return'), -(4, 1, 'The Surprise'), -(5, 1, 'The Escape'), -(6, 1, 'The Fall'), -(7, 1, 'The Reunion'), -(8, 1, 'The Itch'), -(9, 1, 'The Part Where He Kills You'), -(10, 2, 'Introduction'), -(11, 2, 'Team Building'), -(12, 2, 'Mass And Velocity'), -(13, 2, 'Hard-Light Surfaces'), -(14, 2, 'Excursion Funnels'), -(15, 2, 'Mobility Gels'), -(16, 2, 'Art Therapy'); \ No newline at end of file +(1, 1, 'Chapter 1 - The Coutesy Call'), +(2, 1, 'Chapter 2 - The Cold Boot'), +(3, 1, 'Chapter 3 - The Return'), +(4, 1, 'Chapter 4 - The Surprise'), +(5, 1, 'Chapter 5 - The Escape'), +(6, 1, 'Chapter 6 - The Fall'), +(7, 1, 'Chapter 7 - The Reunion'), +(8, 1, 'Chapter 8 - The Itch'), +(9, 1, 'Chapter 9 - The Part Where He Kills You'), +(10, 2, 'Course 0 - Introduction'), +(11, 2, 'Course 1 - Team Building'), +(12, 2, 'Course 2 - Mass And Velocity'), +(13, 2, 'Course 3 - Hard-Light Surfaces'), +(14, 2, 'Course 4 - Excursion Funnels'), +(15, 2, 'Course 5 - Mobility Gels'), +(16, 2, 'Course 6 - Art Therapy'); \ No newline at end of file -- cgit v1.2.3