diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-10-22 12:51:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-19 00:05:34 +0100 |
commit | 8d8d6db547653dff6ffb34fdf9336317da50121e (patch) | |
tree | 6465f1e23f40601acc9266a96182a57ef0b2cd2c /title.sql | |
download | nevsky-8d8d6db547653dff6ffb34fdf9336317da50121e.tar.gz |
Add 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..92d1c8d --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'nevsky', 'Nevsky', 249590 ); |