summaryrefslogtreecommitdiff
path: root/title.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-01 01:27:29 +0100
committerTor Andersson <tor@ccxvii.net>2022-01-01 02:12:27 +0100
commit150b08878acd945100024d54634bb396bbb3c3cc (patch)
tree14c9e04b58f0ba98a36bcd2bd2beafe556261e2c /title.sql
downloadwashingtons-war-150b08878acd945100024d54634bb396bbb3c3cc.tar.gz
Washington's War: DO NOT PUBLISH.
Diffstat (limited to 'title.sql')
-rw-r--r--title.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/title.sql b/title.sql
new file mode 100644
index 0000000..be6fe09
--- /dev/null
+++ b/title.sql
@@ -0,0 +1,3 @@
+insert or ignore into titles ( title_id, title_name, bgg ) values ( 'washingtons-war', 'Washington''s War', 38996 );
+insert or replace into roles values ( 'washingtons-war', 'American' );
+insert or replace into roles values ( 'washingtons-war', 'British' );