diff options
Diffstat (limited to 'backend/database/insert/games.sql')
| -rw-r--r-- | backend/database/insert/games.sql | 3 |
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 @@ | |||
| 1 | INSERT 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 | ||