diff options
| author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-03 03:48:33 +0800 |
|---|---|---|
| committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-03 18:19:37 +0800 |
| commit | 05aa5c78d64033f9f10184f49081c68a951ae754 (patch) | |
| tree | ac4e5cda47858524f3f295b1415ad3707a29f4bf /src/sql/sqlite/createTables.sql | |
| parent | efe49d70045098d067124ac5e9e2f9a73ecd78f1 (diff) | |
Allowed larger item amounts for mysql database.
Changed range of amount to unsigned int(10).
Sqlite update scripts is empty since no change was required here.
Reviewed-by: Bertram.
Diffstat (limited to 'src/sql/sqlite/createTables.sql')
| -rw-r--r-- | src/sql/sqlite/createTables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/sqlite/createTables.sql b/src/sql/sqlite/createTables.sql index b2d94fb..9a9dfe2 100644 --- a/src/sql/sqlite/createTables.sql +++ b/src/sql/sqlite/createTables.sql @@ -419,7 +419,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,'18', strftime('%s','now')); +INSERT INTO mana_world_states VALUES('database_version', NULL,'19', strftime('%s','now')); -- all known transaction codes |
