From 7078651cd26d4d80c8259563fc45b46da523eff7 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Thu, 15 Mar 2012 18:55:11 +0800 Subject: Fixed createTables scripts --- src/sql/sqlite/createTables.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sql/sqlite') diff --git a/src/sql/sqlite/createTables.sql b/src/sql/sqlite/createTables.sql index a5822f3..1d22244 100644 --- a/src/sql/sqlite/createTables.sql +++ b/src/sql/sqlite/createTables.sql @@ -419,9 +419,9 @@ AS -- initial world states and database version -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,'19', strftime('%s','now')); +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')); -- all known transaction codes -- cgit