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/differential
epriestley e875c81f6d Remove blameRevision and revertPlan from the DifferentialRevision schema
Summary:
These fields use auxiliary storage now. Migrate the data and get rid of the
columns in the main table.

  - This might take a little while to run, although there are <500k rows so
probably not too long.
  - Maybe grab a backup of the table first, if I screwed something up this will
delete the data in these fields.

Test Plan:
  - Ran migration locally.
  - Browsed Differential.
  - Grepped for "revertPlan" and "blameRevision".

Reviewers: jungejason, tuomaspelkonen, aran

Reviewed By: jungejason

CC: aran, jungejason, epriestley

Differential Revision: 832
2011-09-04 16:19:12 -07:00
..
constants Add an "Add CCs" action to Differential 2011-06-28 06:41:38 -07:00
controller Display local commit information in Differential 2011-08-31 13:49:50 -07:00
data/revisionlist Drive commit message rendering from field specifications 2011-08-18 07:20:20 -07:00
editor Remove blameRevision and revertPlan from the DifferentialRevision schema 2011-09-04 16:19:12 -07:00
field Simplify default field loadout for Differential 2011-08-18 19:51:32 -07:00
mail Explicitly list reviewers on reviewrequest email 2011-06-30 18:56:02 -07:00
parser/changeset Delete one line 2011-08-23 00:45:43 -07:00
replyhandler Track content sources (email, web, conduit, mobile) for replies 2011-08-30 11:08:27 -07:00
storage Remove blameRevision and revertPlan from the DifferentialRevision schema 2011-09-04 16:19:12 -07:00
tasks Enable updating task->revision assoc 2011-04-26 19:14:47 -07:00
view Display local commit information in Differential 2011-08-31 13:49:50 -07:00