summaryrefslogtreecommitdiff
path: root/title.sql
diff options
context:
space:
mode:
Diffstat (limited to 'title.sql')
-rw-r--r--title.sql6
1 files changed, 5 insertions, 1 deletions
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', '{}' )
+;