summaryrefslogtreecommitdiff
path: root/title.sql
diff options
context:
space:
mode:
Diffstat (limited to 'title.sql')
-rw-r--r--title.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/title.sql b/title.sql
index 92d1c8d..04460ce 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,9 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'nevsky', 'Nevsky', 249590 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'nevsky', 2, 'Pleskau (Quickstart)', '{}' ),
+ ( 'nevsky', 2, 'Watland', '{}' ),
+ ( 'nevsky', 2, 'Return of the Prince', '{}' ),
+ ( 'nevsky', 2, 'Return of the Prince (Nicolle)', '{}' ),
+ ( 'nevsky', 2, 'Peipus', '{}' ),
+ ( 'nevsky', 2, 'Crusade on Novgorod', '{}' )
+;