diff options
| author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-03-15 22:13:30 +0100 |
|---|---|---|
| committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-03-16 15:54:18 +0100 |
| commit | 6ba4653e1c0e7ee2315f57d0bb1363ab03db4496 (patch) | |
| tree | b80cea1fa2aacdb6d3e2960ff14ed1e2a3d1e91b /src/sql/sqlite | |
| parent | 7078651cd26d4d80c8259563fc45b46da523eff7 (diff) | |
| download | manaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.tar.gz manaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.tar.xz manaserv-6ba4653e1c0e7ee2315f57d0bb1363ab03db4496.zip | |
Fixed the version in the createTables.sql scripts
Forgot this in 1afbfb7e5fb5c133924ed8d376c6064575fc1c36.
Reviewed-by: Bertram, Ablu.
Diffstat (limited to 'src/sql/sqlite')
| -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 1d22244..b286467 100644 --- a/src/sql/sqlite/createTables.sql +++ b/src/sql/sqlite/createTables.sql @@ -421,7 +421,7 @@ AS 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')); +INSERT INTO mana_world_states VALUES('database_version', -1,'20', strftime('%s','now')); -- all known transaction codes |
