diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-17 19:56:24 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-17 19:56:24 +0100 |
commit | 9a5cc3666dd80cf555214583b215dcd1002b8af6 (patch) | |
tree | 2db91418a1481d5e6f9591954040be06b03756a7 /title.sql | |
parent | 64680dffca07b65cfade66a28578ddcb4269489e (diff) | |
download | pax-pamir-9a5cc3666dd80cf555214583b215dcd1002b8af6.tar.gz |
Remove setups from title.sql
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,7 +1 @@ -insert or replace into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'pax-pamir', 'Pax Pamir', 256960, 1 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'pax-pamir', 2, '2P', '{"open_hands":true}' ), - ( 'pax-pamir', 3, '3P', '{"open_hands":true}' ), - ( 'pax-pamir', 4, '4P', '{"open_hands":true}' ), - ( 'pax-pamir', 5, '5P', '{"open_hands":true}' ) -; +insert or ignore into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'pax-pamir', 'Pax Pamir', 256960, 1 ); |