diff options
author | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
commit | ccc54c65cf2191e35bd0294c0ffbae761b29f151 (patch) | |
tree | 98040c247f1a3165c83266ceeccc7b618f6f2303 /models/base.php | |
parent | 86bee367846491be2a7f703affc1052318dac63d (diff) |
Added basic comments on tasks
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; |