diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-20 12:53:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-23 01:45:45 +0200 |
commit | 0141c61d7293f8ba9f58b6978e466775b1f97bc9 (patch) | |
tree | 3e1dbd18571d46d69412037b170bab9f90fa6a44 /title.sql | |
parent | e10df1b6f83177516340c3c4b3c5fab29e2f8ac7 (diff) | |
download | time-of-crisis-0141c61d7293f8ba9f58b6978e466775b1f97bc9.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..730a3e6 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'time-of-crisis', 'Time of Crisis', 164949 ); |