1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/storage
epriestley e50eccf109 Provide and populate an object name index for Maniphest
Summary: See discussion in D6955. This provides a table we can JOIN against to (effectively) "ORDER BY project name", populates it intially, and keeps it up to date as projects are edited.

Test Plan:
  - Ran storage upgrade, verified projects populated into the table.
  - Edited a project, verified its entry updated.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6957
2013-09-12 13:06:44 -07:00
..
ManiphestDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestNameIndex.php Provide and populate an object name index for Maniphest 2013-09-12 13:06:44 -07:00
ManiphestSavedQuery.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTask.php Replace all "attach first..." exceptions with assertAttached() 2013-09-03 06:02:14 -07:00
ManiphestTaskAuxiliaryStorage.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTaskProject.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTaskSubscriber.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTransaction.php Delete license headers from files 2012-11-05 11:16:51 -08:00