From cf52f753cfe1f06f4081510175d3584f122848af Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:01:23 +0300 Subject: feat/db: multiple game/chapter support, improved map relations (#1) --- backend/database/games.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/database/games.sql (limited to 'backend/database/games.sql') diff --git a/backend/database/games.sql b/backend/database/games.sql new file mode 100644 index 0000000..5e2f4ee --- /dev/null +++ b/backend/database/games.sql @@ -0,0 +1,3 @@ +INSERT INTO games(id, name) VALUES +(1, 'Portal 2 - Singleplayer'), +(2, 'Portal 2 - Cooperative'); \ No newline at end of file -- cgit v1.2.3