Merge branch 'doc'
This commit is contained in:
commit
6a93029288
|
@ -17,13 +17,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a DAO for the Task -> Project table, which denormalizes the
|
* This is a DAO for the Project -> subproject table, which
|
||||||
* relationship between tasks and projects into a link table so it can be
|
* denormalizes the relationship between projects and subprojects into
|
||||||
* efficiently queried. This table is not authoritative; the projectPHIDs field
|
* a link table so it can be efficiently queried. This table is not
|
||||||
* of ManiphestTask is. The rows in this table are regenerated when transactions
|
* authoritative; the subprojectPHIDs field of PhabricatorProject is.
|
||||||
* are applied to tasks which affected their associated projects.
|
* The rows in this table are regenerated when subprojects of a project
|
||||||
*
|
* are updated.
|
||||||
* @group maniphest
|
|
||||||
*/
|
*/
|
||||||
final class PhabricatorProjectSubproject extends PhabricatorProjectDAO {
|
final class PhabricatorProjectSubproject extends PhabricatorProjectDAO {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue