From e374a6fd6499b50d4587d136490ced7444f8bc2b Mon Sep 17 00:00:00 2001 From: rzeka Date: Mon, 24 Feb 2014 21:08:56 +0100 Subject: Fixed timezone warning by adding timezone config option --- 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 3c071623..e512e9db 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 = 3; + const DB_VERSION = 4; const DB_FILENAME = 'data/db.sqlite'; private static $dbInstance = null; -- cgit v1.2.3