diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-01 00:48:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-05-04 19:08:34 +0200 |
commit | cbb4b7b27feae989297cae6ac1a58c0f02df71c6 (patch) | |
tree | 04dea671cc9b0cbfd9ba24e4ed46d608ed368c96 /tools | |
parent | f150d643407115c19ae0467e22ec169b3a11bc98 (diff) | |
download | server-cbb4b7b27feae989297cae6ac1a58c0f02df71c6.tar.gz |
hammer: Import Hammer of the Scots.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sql/data-hammer.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sql/data-hammer.txt b/tools/sql/data-hammer.txt new file mode 100644 index 0000000..853bed4 --- /dev/null +++ b/tools/sql/data-hammer.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); +INSERT OR REPLACE INTO roles VALUES ( 'hammer-of-the-scots', 'England' ); +INSERT OR REPLACE INTO roles VALUES ( 'hammer-of-the-scots', 'Scotland' ); |