diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-28 19:54:32 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-28 19:54:32 -0500 |
commit | da425e4187e5e8e7feb9783c9d75bcaa9fa0c7ec (patch) | |
tree | 53b6d054a410c24078171ad7178a6c4ce505f434 /app/Model/Subtask.php | |
parent | bb61b409a3577c99ca93c8b2b283437cf2a24040 (diff) |
Rename subtasks and files tables
Diffstat (limited to 'app/Model/Subtask.php')
-rw-r--r-- | app/Model/Subtask.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |