From 66040e5bf9a84c83685a18a7fda361c89340f8b6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jan 2022 01:27:29 +0100 Subject: Washington's War: DO NOT PUBLISH. --- title.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 title.sql (limited to 'title.sql') 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' ); -- cgit v1.2.3