mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Fixed documentation in PhabricatorProjectSubproject
Summary: Changed the documentation to describe the project-subproject join table instead of the task-project join table. Test Plan: none Reviewers: epriestley, cadamo CC: Differential Revision: 927
This commit is contained in:
parent
e3a9d73fe1
commit
96d58d8ad3
1 changed files with 6 additions and 7 deletions
|
@ -17,13 +17,12 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* This is a DAO for the Task -> Project table, which denormalizes the
|
||||
* relationship between tasks and projects into a link table so it can be
|
||||
* efficiently queried. This table is not authoritative; the projectPHIDs field
|
||||
* of ManiphestTask is. The rows in this table are regenerated when transactions
|
||||
* are applied to tasks which affected their associated projects.
|
||||
*
|
||||
* @group maniphest
|
||||
* This is a DAO for the Project -> subproject table, which
|
||||
* denormalizes the relationship between projects and subprojects into
|
||||
* a link table so it can be efficiently queried. This table is not
|
||||
* authoritative; the subprojectPHIDs field of PhabricatorProject is.
|
||||
* The rows in this table are regenerated when subprojects of a project
|
||||
* are updated.
|
||||
*/
|
||||
final class PhabricatorProjectSubproject extends PhabricatorProjectDAO {
|
||||
|
||||
|
|
Loading…
Reference in a new issue