diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-18 23:50:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-16 00:06:28 +0200 |
commit | 6191357b3ec22cb65772ecc8a9a196323911513c (patch) | |
tree | 73eb7b5f47a7d702a89727d70edb73e8751f4f96 /tools | |
parent | 91b6aa0fa1c82401152a1eb3bc9e870692cb6ce7 (diff) | |
download | server-6191357b3ec22cb65772ecc8a9a196323911513c.tar.gz |
tripoli: Add Shores of Tripoli to database.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sql/data-tripoli.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sql/data-tripoli.txt b/tools/sql/data-tripoli.txt new file mode 100644 index 0000000..0addd6d --- /dev/null +++ b/tools/sql/data-tripoli.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'shores-of-tripoli', 'The Shores of Tripoli', 237860 ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'Tripolitania' ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'United States' ); |