diff options
Diffstat (limited to 'models/base.php')
-rw-r--r-- | models/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/base.php b/models/base.php index 44a8b6b2..2ecf4280 100644 --- a/models/base.php +++ b/models/base.php @@ -18,7 +18,7 @@ require __DIR__.'/schema.php'; abstract class Base { const APP_VERSION = 'master'; - const DB_VERSION = 7; + const DB_VERSION = 8; private static $dbInstance = null; protected $db; |