From da425e4187e5e8e7feb9783c9d75bcaa9fa0c7ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 Feb 2015 19:54:32 -0500 Subject: Rename subtasks and files tables --- app/Model/Subtask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/Subtask.php') diff --git a/app/Model/Subtask.php b/app/Model/Subtask.php index 048594bd..aa4a6f81 100644 --- a/app/Model/Subtask.php +++ b/app/Model/Subtask.php @@ -19,7 +19,7 @@ class Subtask extends Base * * @var string */ - const TABLE = 'task_has_subtasks'; + const TABLE = 'subtasks'; /** * Task "done" status -- cgit v1.2.3