diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-09 14:06:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-09 14:06:48 +0100 |
commit | 46ac50db2fd2cb2b1fa3a71089415cdfac85f8d1 (patch) | |
tree | 3105edd88c05d0dd5f16a6667ece801f6d531bab | |
parent | 3611a7dcbcc4e047fc87b2d3b2af6dc805625663 (diff) | |
download | nevsky-46ac50db2fd2cb2b1fa3a71089415cdfac85f8d1.tar.gz |
Remove matchmaking setups from title.sql
-rw-r--r-- | title.sql | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,9 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'nevsky', 'Nevsky', 249590 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'nevsky', 2, 'Pleskau (Quickstart)', '{}' ), - ( 'nevsky', 2, 'Watland', '{}' ), - ( 'nevsky', 2, 'Return of the Prince', '{}' ), - ( 'nevsky', 2, 'Return of the Prince (Nicolle)', '{}' ), - ( 'nevsky', 2, 'Peipus', '{}' ), - ( 'nevsky', 2, 'Crusade on Novgorod', '{}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'nevsky', 'Nevsky', 249590 ); |