summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 21:05:31 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 21:05:31 +0200
commit53bfb5e35be76a46645db2115d227c5555ce6832 (patch)
treecacef70ea792192af916562f960e36c68faea046
parent573230ef924331c87eb5111b7ad7af799f1c64ee (diff)
downloadfield-cloth-gold-53bfb5e35be76a46645db2115d227c5555ce6832.tar.gz
Add match making setups.
-rw-r--r--title.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/title.sql b/title.sql
index 29d61fa..1f4118a 100644
--- a/title.sql
+++ b/title.sql
@@ -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', '{}' )
+;