Page MenuHomePhabricator

Clean up remnants of old Differential draft storage
Closed, ResolvedPublic

Description

The DifferentialDraft table no longer has readers or writers, but we should let it settle for a bit before getting rid of it.

Revisions and Commits

Related Objects

Event Timeline

amckinley added a subscriber: amckinley.

This looks pretty easy. No mentions of DifferentialDraft in the codebase other than the class itself and a single migration. Steps here (I think) are:

  • make the existing migration an empty file with a comment pointing here
  • remove the class
  • add a new migration to drop the existing table