summaryrefslogtreecommitdiff
path: root/models/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/base.php')
-rw-r--r--models/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/base.php b/models/base.php
index e512e9db..0a565f51 100644
--- a/models/base.php
+++ b/models/base.php
@@ -17,7 +17,7 @@ require __DIR__.'/schema.php';
abstract class Base
{
const APP_VERSION = 'master';
- const DB_VERSION = 4;
+ const DB_VERSION = 5;
const DB_FILENAME = 'data/db.sqlite';
private static $dbInstance = null;