1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/owners/storage
epriestley f9fcaa1f84 Migrate project membership to edges
Summary:
  - Store project members in edges.
  - Migrate existing members to edge storage.
  - Delete PhabricatorProjectAffiliation.
  - I left the actual underlying data around just in case something goes wrong; we can delete it evenutally.

Test Plan:
  - Ran migration.
  - Created a new project.
  - Joined and left a project.
  - Added and removed project members.
  - Manually called PhabricatorOwnersOwner::loadAffiliatedUserPHIDs() to verify its behavior.

Reviewers: vrana, btrahan

Reviewed By: vrana

CC: aran

Maniphest Tasks: T603

Differential Revision: https://secure.phabricator.com/D3186
2012-08-07 18:02:05 -07:00
..
PhabricatorOwnersDAO.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
PhabricatorOwnersOwner.php Migrate project membership to edges 2012-08-07 18:02:05 -07:00
PhabricatorOwnersPackage.php Fix loading owning package 2012-07-25 12:52:44 -07:00
PhabricatorOwnersPath.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00