From a1923d3d7f9276e859d6fd6bee339f0ea00f6544 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 22 Feb 2014 13:37:06 -0500 Subject: Add a page to display completed tasks and add the completion date column for 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 1029074d..981c7839 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 = 1; + const DB_VERSION = 2; const DB_FILENAME = 'data/db.sqlite'; private static $dbInstance = null; -- cgit v1.2.3