From 122b901651cc370ff2db5cd2dec6c59fa3feb8cf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Sep 2023 21:09:36 +0200 Subject: Add match making setups. --- title.sql | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/title.sql b/title.sql index ac97a40..33f6dd4 100644 --- a/title.sql +++ b/title.sql @@ -1 +1,7 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'pax-pamir', 'Pax Pamir', 256960 ); +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}' ) +; -- cgit v1.2.3