From 747e64a5fabe3feec6b3bc6f478baadb2a2b0ba5 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 16 Jan 2010 21:26:54 +0100 Subject: Correct the database version Was forgotten in de7d79c7f42636065ca5281fa3bec151e34a7c48 Problem reported by ChristianK on IRC. --- src/sql/sqlite/createTables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2