summaryrefslogtreecommitdiffstats
path: root/inc/database.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-21 17:16:23 +0200
committerSimon Rettberg2015-05-21 17:16:23 +0200
commitd7e270db5936913daba202a5e1e2c1e9ea7db9ee (patch)
treea4beeb9580784be1ebcc5000f59801ababdbc8ac /inc/database.inc.php
parentAnother fix for AD SSL support (diff)
downloadslx-admin-d7e270db5936913daba202a5e1e2c1e9ea7db9ee.tar.gz
slx-admin-d7e270db5936913daba202a5e1e2c1e9ea7db9ee.tar.xz
slx-admin-d7e270db5936913daba202a5e1e2c1e9ea7db9ee.zip
Support statictics slxlog messages (Starting with '.'), those go to a special table
Diffstat (limited to 'inc/database.inc.php')
-rw-r--r--inc/database.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/database.inc.php b/inc/database.inc.php
index efc330fe..3bd42636 100644
--- a/inc/database.inc.php
+++ b/inc/database.inc.php
@@ -20,7 +20,7 @@ class Database
*/
public static function getExpectedSchemaVersion()
{
- return 9;
+ return 10;
}
public static function needSchemaUpdate()