From ccc54c65cf2191e35bd0294c0ffbae761b29f151 Mon Sep 17 00:00:00 2001 From: rzeka Date: Tue, 4 Mar 2014 20:17:26 +0100 Subject: Added basic comments on tasks --- models/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/base.php') 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; -- cgit v1.2.3