From 0650af326227178b6a093436b5941da8d0a8ca53 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:14:44 +0200 Subject: scenarios --- title.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'title.sql') diff --git a/title.sql b/title.sql index 6efc83d..40d7e5d 100644 --- a/title.sql +++ b/title.sql @@ -1,2 +1,6 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'algeria', 'Algeria', 11293 ); - +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'algeria', 2, '1954', '{}' ), + ( 'algeria', 2, '1958', '{}' ), + ( 'algeria', 2, '1960', '{}' ) +; -- cgit v1.2.3