From b8efc5b1df14a7104fc3cdf18e145a98227141ac Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Sep 2023 21:10:21 +0200 Subject: Add match making setups. --- title.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'title.sql') diff --git a/title.sql b/title.sql index 6a45293..682e704 100644 --- a/title.sql +++ b/title.sql @@ -1,3 +1,5 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'red-flag-over-paris', 'Red Flag Over Paris', 296577 ); - +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'red-flag-over-paris', 2, 'Standard', '{"censorship":true}' ) +; -- cgit v1.2.3