summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-07 19:58:37 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-07 20:02:26 +0200
commita033680f4e0b4007982e004928d5e5c1e5d819ec (patch)
treeeed01f39dd06f9205eb189b22ae0639940ec4ea2 /src/sql
parent81db92232e50d47a318c94bc34fb63b67493559a (diff)
downloadmanaserv-a033680f4e0b4007982e004928d5e5c1e5d819ec.tar.gz
manaserv-a033680f4e0b4007982e004928d5e5c1e5d819ec.tar.xz
manaserv-a033680f4e0b4007982e004928d5e5c1e5d819ec.zip
Also provide an update script for MySQL
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/mysql/updates/update_9_to_10.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sql/mysql/updates/update_9_to_10.sql b/src/sql/mysql/updates/update_9_to_10.sql
new file mode 100644
index 0000000..ade0833
--- /dev/null
+++ b/src/sql/mysql/updates/update_9_to_10.sql
@@ -0,0 +1,3 @@
+-- This was only a fix for the SQLite database
+
+UPDATE mana_world_states SET value = '10' WHERE state_name = 'database_version';