mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
014a873773
Summary: Moves away from ArcanistProjects: - Adds storage for diffs to be directly associated with a repository (instead of indirectly, through arcanist projects). Not really populated yet. - Drops `parentRevisionID`, which is obsoleted by the "Depends On" edge. This is not exposed in the UI anywhere and doesn't do anything. Resolves TODO. Test Plan: Ran storage upgrades, browsed around, lots of `grep`. Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D8072
2 lines
131 B
SQL
2 lines
131 B
SQL
ALTER TABLE {$NAMESPACE}_differential.differential_diff
|
|
ADD COLUMN repositoryPHID VARCHAR(64) COLLATE utf8_bin AFTER authorPHID;
|