summaryrefslogtreecommitdiff
path: root/src/account-server
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2009-08-23 13:02:34 +0200
committerAndreas Habel <mail@exceptionfault.de>2009-08-23 13:02:34 +0200
commit6b5bbbd0a5789bb920fde958a7778c16b6c1bcc6 (patch)
treeffb4a1ef7e1c3cab677c8f71e2330196bec1b6a5 /src/account-server
parentcd7ce31085fdea6549737c056ab5ddeb3aca27ec (diff)
downloadmanaserv-6b5bbbd0a5789bb920fde958a7778c16b6c1bcc6.tar.gz
manaserv-6b5bbbd0a5789bb920fde958a7778c16b6c1bcc6.tar.bz2
manaserv-6b5bbbd0a5789bb920fde958a7778c16b6c1bcc6.tar.xz
manaserv-6b5bbbd0a5789bb920fde958a7778c16b6c1bcc6.zip
Added table and view to prepare reporting of transaction log.
Fixed database update "3 to 4". Added database update "4 to 5". Added indexes to table tmw_transaction for faster search when it gets bigger. Refactored layout of sqlite database script.
Diffstat (limited to 'src/account-server')
-rw-r--r--src/account-server/dalstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/dalstorage.cpp b/src/account-server/dalstorage.cpp
index ec7158e5..7e27ae50 100644
--- a/src/account-server/dalstorage.cpp
+++ b/src/account-server/dalstorage.cpp
@@ -41,7 +41,7 @@
// defines the supported db version
#define DB_VERSION_PARAMETER "database_version"
-#define SUPPORTED_DB_VERSION "4"
+#define SUPPORTED_DB_VERSION "5"
/**