summaryrefslogtreecommitdiff
path: root/src/sql/sqlite
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-01-17 02:57:16 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-01-17 02:57:16 +0100
commitbbd227b9ff360c4ef7bf1fbf394e01d96e172cdc (patch)
tree2befeadb02ddb780d9a79caec15e0223531f1200 /src/sql/sqlite
parentd7b6565c7f25f02b3e1c0b9d8f50590bcc78bea9 (diff)
parentbb7866f0f5046c82f73cf625adbdeaf101920cbb (diff)
downloadmanaserv-bbd227b9ff360c4ef7bf1fbf394e01d96e172cdc.tar.gz
manaserv-bbd227b9ff360c4ef7bf1fbf394e01d96e172cdc.tar.bz2
manaserv-bbd227b9ff360c4ef7bf1fbf394e01d96e172cdc.tar.xz
manaserv-bbd227b9ff360c4ef7bf1fbf394e01d96e172cdc.zip
Merge branch 'master' of gitorious.org:mana/manaserv
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 e3222da9..7128984e 100644
--- a/src/sql/sqlite/createTables.sql
+++ b/src/sql/sqlite/createTables.sql
@@ -374,7 +374,7 @@ AS
INSERT INTO mana_world_states VALUES('accountserver_startup',NULL,NULL, strftime('%s','now'));
INSERT INTO mana_world_states VALUES('accountserver_version',NULL,NULL, strftime('%s','now'));
-INSERT INTO mana_world_states VALUES('database_version', NULL,'7', strftime('%s','now'));
+INSERT INTO mana_world_states VALUES('database_version', NULL,'8', strftime('%s','now'));
-- all known transaction codes