diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 19:12:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 19:12:03 -0400 |
commit | 4c39d6d1218cddd63570cda69d0873028803be79 (patch) | |
tree | afec944c64284c110822906b6d53b65391bf499b /app/Model/TaskFinder.php | |
parent | 7d7692d273fcdea3d100d7f3a076ddf08c8a19d1 (diff) |
Add missing column
Diffstat (limited to 'app/Model/TaskFinder.php')
-rw-r--r-- | app/Model/TaskFinder.php | 1 |
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', |