diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 21:22:32 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 21:22:32 -0500 |
commit | 44fc9c081fb7561b7b02115f9b2a6eb0349d2201 (patch) | |
tree | 314249cc9a8dfc23ecb2d1bcc089362418698a96 /models/base.php | |
parent | 565290fbf9e3727655921a969550167aa59a6e24 (diff) |
Add story points for 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 e512e9db..0a565f51 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 = 4; + const DB_VERSION = 5; const DB_FILENAME = 'data/db.sqlite'; private static $dbInstance = null; |