Add categories for projects and tasks

This commit is contained in:
Frédéric Guillot
2014-05-21 22:33:57 -04:00
parent 57e40671af
commit a750b8ab2a
39 changed files with 815 additions and 44 deletions

View File

@@ -36,7 +36,7 @@ abstract class Base extends PHPUnit_Framework_TestCase
'filename' => ':memory:'
));
if ($db->schema()->check(10)) {
if ($db->schema()->check(16)) {
return $db;
}
else {