diff options
| author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-03-15 18:55:11 +0800 |
|---|---|---|
| committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-03-15 18:58:32 +0800 |
| commit | 7078651cd26d4d80c8259563fc45b46da523eff7 (patch) | |
| tree | 7bedb2696df6758da7569f07128480401f62adb8 /src/sql/sqlite | |
| parent | dffeb1fa216e67edf52590c59dd44cfc6958e087 (diff) | |
| download | manaserv-7078651cd26d4d80c8259563fc45b46da523eff7.tar.gz manaserv-7078651cd26d4d80c8259563fc45b46da523eff7.tar.xz manaserv-7078651cd26d4d80c8259563fc45b46da523eff7.zip | |
Fixed createTables scripts
Diffstat (limited to 'src/sql/sqlite')
| -rw-r--r-- | src/sql/sqlite/createTables.sql | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
