diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-29 17:48:51 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-29 17:49:15 +0100 |
commit | 61dcf972cecd41e6bfe459725414f5b2c15c4bdc (patch) | |
tree | b5a0a02ab0dfefd4eb067a29c742f1cb0d8677c7 /title.sql | |
download | land-and-freedom-61dcf972cecd41e6bfe459725414f5b2c15c4bdc.tar.gz |
Initial commit.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |