From 53bfb5e35be76a46645db2115d227c5555ce6832 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Sep 2023 21:05:31 +0200 Subject: Add match making setups. --- title.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', '{}' ) +; -- cgit v1.2.3