diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-20 14:43:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-20 15:00:14 +0100 |
commit | 093ce50ddcb68fe8b5ffbf7f100108bd93b86d76 (patch) | |
tree | 4fde8d644d32e16b6a4c370d9b2d983c4514c5a7 /title.sql | |
parent | 501d6cb5ecd9e9547752ef18faf0eda286d0f87f (diff) | |
download | andean-abyss-093ce50ddcb68fe8b5ffbf7f100108bd93b86d76.tar.gz |
Skeleton.
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..04f5222 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 ); |