From 6ba4653e1c0e7ee2315f57d0bb1363ab03db4496 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 15 Mar 2012 22:13:30 +0100 Subject: Fixed the version in the createTables.sql scripts Forgot this in 1afbfb7e5fb5c133924ed8d376c6064575fc1c36. Reviewed-by: Bertram, Ablu. --- src/sql/postgresql/createTables.sql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/sql/postgresql/createTables.sql') diff --git a/src/sql/postgresql/createTables.sql b/src/sql/postgresql/createTables.sql index 53526dc..a3d675c 100644 --- a/src/sql/postgresql/createTables.sql +++ b/src/sql/postgresql/createTables.sql @@ -117,7 +117,6 @@ CREATE TABLE mana_world_states PRIMARY KEY (`state_name`, `map_id`) ); -INSERT INTO "mana_world_states" VALUES('accountserver_startup',NULL,NULL,1221633910); -INSERT INTO "mana_world_states" VALUES('accountserver_version',NULL,NULL,1221633910); - - +INSERT INTO "mana_world_states" VALUES('accountserver_startup',-1,'0',1221633910); +INSERT INTO "mana_world_states" VALUES('accountserver_version',-1,'0',1221633910); +INSERT INTO "mana_world_states" VALUES('database_version',-1,'20',1221633910); -- cgit