From 61dcf972cecd41e6bfe459725414f5b2c15c4bdc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 29 Oct 2024 17:48:51 +0100 Subject: Initial commit. --- title.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 title.sql (limited to 'title.sql') diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..c6dfb22 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or ignore into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'land-and-freedom', 'Land and Freedom', 375931, 0 ); -- cgit v1.2.3