diff options
Diffstat (limited to 'backend/database/games.sql')
| -rw-r--r-- | backend/database/games.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/database/games.sql b/backend/database/games.sql deleted file mode 100644 index 0c2374c..0000000 --- a/backend/database/games.sql +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 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 | ||