summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 21:03:37 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 21:14:00 +0200
commit764402218b053188ef7005635f1e87fc63f62977 (patch)
tree6433e729d61856e46305bd2e2830cfa349d23cb8
parent8cc0383f44a1e7bec0f5140c7f77f36ebf0040b0 (diff)
downloadandean-abyss-764402218b053188ef7005635f1e87fc63f62977.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 04f5222..8e8624b 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,4 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'andean-abyss', 4, 'Standard', '{"players":4}' )
+;