diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-06-26 08:03:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 08:03:13 +0100 |
commit | 71c66d841a07361ad8ca5022310fa19e51d37268 (patch) | |
tree | 727b66ad6c34ae90715ee0092229f62b6d6f74d6 /title.sql | |
parent | 82f3d0c4741fcd7f255ccfc5f9c03c2502a6e4a8 (diff) | |
download | 1989-dawn-of-freedom-71c66d841a07361ad8ca5022310fa19e51d37268.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..ac632f7 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( '1989-dawn-of-freedom', '1989: Dawn of Freedom', 26997 );
\ No newline at end of file |