diff options
Diffstat (limited to '')
| -rw-r--r-- | backend/database/games.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 1 | INSERT INTO games(id, name) VALUES | ||
| 2 | (1, 'Portal 2 - Singleplayer'), | ||
| 3 | (2, 'Portal 2 - Cooperative'); \ No newline at end of file | ||