The DifferentialDraft table no longer has readers or writers, but we should let it settle for a bit before getting rid of it.
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D18034 | rP04fd93e51e03 Drop DifferentialDraft storage |
Related Objects
Related Objects
- Mentioned In
- T12525: amckinley's Onboarding
Event Timeline
Comment Actions
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