From 7b187929881570281036b779a518f3f4608b51a8 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 15 Nov 2010 19:04:51 +0100 Subject: Upgrade database version to 12 as it should have been from the latest update. Trivial fix. --- src/account-server/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account-server/storage.cpp') diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp index feb5922f..e6e164c8 100644 --- a/src/account-server/storage.cpp +++ b/src/account-server/storage.cpp @@ -39,7 +39,7 @@ static const char *DEFAULT_ITEM_FILE = "items.xml"; // defines the supported db version static const char *DB_VERSION_PARAMETER = "database_version"; -static const char *SUPPORTED_DB_VERSION = "11"; +static const char *SUPPORTED_DB_VERSION = "12"; /* * MySQL specificities: -- cgit v1.2.3-60-g2f50