summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 20:44:34 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 20:44:34 +0200
commit82d252775049a7b58980ff36f9e7a62487654a7f (patch)
treed64d2267da7f3e9d288a720128e945a16867fd99
parent7a5406a1910d54bc68688f54d7a4dcd48d9765c9 (diff)
downloadrichard-iii-82d252775049a7b58980ff36f9e7a62487654a7f.tar.gz
Add match making setups.
-rw-r--r--title.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/title.sql b/title.sql
index cbfd2ba..74fd016 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,4 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'richard-iii', 'Richard III', 25277 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'richard-iii', 2, 'Wars of the Roses', '{}' )
+;