aboutsummaryrefslogtreecommitdiff
path: root/backend/database/insert/games.sql
diff options
context:
space:
mode:
Diffstat (limited to 'backend/database/insert/games.sql')
-rw-r--r--backend/database/insert/games.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/database/insert/games.sql b/backend/database/insert/games.sql
new file mode 100644
index 0000000..0c2374c
--- /dev/null
+++ b/backend/database/insert/games.sql
@@ -0,0 +1,3 @@
1INSERT INTO games(id, name, is_coop) VALUES
2(1, 'Portal 2 - Singleplayer', false),
3(2, 'Portal 2 - Cooperative', true); \ No newline at end of file