diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-04-28 12:23:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-09-17 01:14:05 +0200 |
commit | e1532ebcfaedb23a21d803705a406024a17708b5 (patch) | |
tree | 16db6817aedcd498bc49b54a13dd8d149b0ec8de /tools | |
parent | c5c43c85d3c8ca8cf158f20a2433984872e54ce4 (diff) | |
download | server-e1532ebcfaedb23a21d803705a406024a17708b5.tar.gz |
Add 300: Earth & Water.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sql/data-300-ew.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sql/data-300-ew.txt b/tools/sql/data-300-ew.txt new file mode 100644 index 0000000..0f6cb16 --- /dev/null +++ b/tools/sql/data-300-ew.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( '300-earth-and-water', '300: Earth & Water', 267058 ); +INSERT OR REPLACE INTO roles VALUES ( '300-earth-and-water', 'Persia' ); +INSERT OR REPLACE INTO roles VALUES ( '300-earth-and-water', 'Greece' ); |