diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:05:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:05:31 +0200 |
commit | 53bfb5e35be76a46645db2115d227c5555ce6832 (patch) | |
tree | cacef70ea792192af916562f960e36c68faea046 | |
parent | 573230ef924331c87eb5111b7ad7af799f1c64ee (diff) | |
download | field-cloth-gold-53bfb5e35be76a46645db2115d227c5555ce6832.tar.gz |
Add match making setups.
-rw-r--r-- | title.sql | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752 ); +insert or replace into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752, 1 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'field-cloth-gold', 2, 'Standard', '{}' ) +; |