Fix postgres issues

This commit is contained in:
Frederic Guillot
2015-08-28 22:17:39 -04:00
parent 05fb655347
commit fe3504d8a2
4 changed files with 19 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ class TaskFinder extends Base
Category::TABLE.'.name AS category_name',
Category::TABLE.'.description AS category_description',
Board::TABLE.'.title AS column_name',
Board::TABLE.'.position AS column_position',
Swimlane::TABLE.'.name AS swimlane_name',
Project::TABLE.'.default_swimlane',
Project::TABLE.'.name AS project_name'