diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-16 12:21:43 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-16 12:21:43 +0200 |
commit | d89c09e3471d584b2a814b2d419f45a9007ac520 (patch) | |
tree | 56f42c86a79c478877eb79a6141446b182c0bc7d /title.sql | |
parent | 227dca6e6e4c2f2d5a16527507810bc373b758ec (diff) | |
download | red-flag-over-paris-d89c09e3471d584b2a814b2d419f45a9007ac520.tar.gz |
Remove setups from title.sql
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1 @@ -insert or ignore into titles ( title_id, title_name, bgg ) - values ( 'red-flag-over-paris', 'Red Flag Over Paris', 296577 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'red-flag-over-paris', 2, 'Standard', '{"censorship":true}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'red-flag-over-paris', 'Red Flag Over Paris', 296577 ); |