summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-18 19:12:03 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-18 19:12:03 -0400
commit4c39d6d1218cddd63570cda69d0873028803be79 (patch)
treeafec944c64284c110822906b6d53b65391bf499b
parent7d7692d273fcdea3d100d7f3a076ddf08c8a19d1 (diff)
Add missing column
-rw-r--r--app/Model/TaskFinder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFinder.php b/app/Model/TaskFinder.php
index 47a67a35..a16cb69f 100644
--- a/app/Model/TaskFinder.php
+++ b/app/Model/TaskFinder.php
@@ -63,6 +63,7 @@ class TaskFinder extends Base
'tasks.date_creation',
'tasks.date_modification',
'tasks.date_completed',
+ 'tasks.date_started',
'tasks.date_due',
'tasks.color_id',
'tasks.project_id',