summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-15 22:13:30 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-03-16 15:54:18 +0100
commit6ba4653e1c0e7ee2315f57d0bb1363ab03db4496 (patch)
treeb80cea1fa2aacdb6d3e2960ff14ed1e2a3d1e91b /src/sql/sqlite
parent7078651cd26d4d80c8259563fc45b46da523eff7 (diff)
downloadmanaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.tar.gz
manaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.tar.xz
manaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.zip
Fixed the version in the createTables.sql scripts
Forgot this in 1afbfb7e5fb5c133924ed8d376c6064575fc1c36. Reviewed-by: Bertram, Ablu.
Diffstat (limited to 'src/sql/sqlite')
-rw-r--r--src/sql/sqlite/createTables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/sqlite/createTables.sql b/src/sql/sqlite/createTables.sql
index 1d22244..b286467 100644
--- a/src/sql/sqlite/createTables.sql
+++ b/src/sql/sqlite/createTables.sql
@@ -421,7 +421,7 @@ AS
INSERT INTO mana_world_states VALUES('accountserver_startup',-1,'0', strftime('%s','now'));
INSERT INTO mana_world_states VALUES('accountserver_version',-1,'0', strftime('%s','now'));
-INSERT INTO mana_world_states VALUES('database_version', -1,'19', strftime('%s','now'));
+INSERT INTO mana_world_states VALUES('database_version', -1,'20', strftime('%s','now'));
-- all known transaction codes