Add story points for tasks

This commit is contained in:
Frédéric Guillot
2014-02-24 21:22:32 -05:00
parent 565290fbf9
commit 44fc9c081f
12 changed files with 65 additions and 2 deletions

View File

@@ -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;