diff options
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 ); |