Page MenuHomePhabricator

No-op an ancient Paste edge migration which no longer functions after a database rename
ClosedPublic

Authored by epriestley on Apr 17 2020, 12:34 PM.
Tags
None
Referenced Files
F17806018: D21132.diff
Fri, Jul 25, 1:20 PM
Unknown Object (File)
Jun 19 2025, 2:35 PM
Unknown Object (File)
Apr 27 2025, 4:19 PM
Unknown Object (File)
Apr 25 2025, 1:58 PM
Unknown Object (File)
Apr 24 2025, 11:24 PM
Unknown Object (File)
Apr 23 2025, 7:20 PM
Unknown Object (File)
Apr 23 2025, 3:54 PM
Unknown Object (File)
Apr 22 2025, 2:05 PM
Subscribers
Restricted Owners Package

Details

Summary

Fixes T13510. This migration currently fails because it tries to affect the "paste" database, but when it runs this database will be named "pastebin".

Since the cost of fixing it in place or moving it past the rename migration both seem relatively high (and the cost of throwing it away is plausibly zero) just throw it for now.

Test Plan

Looked at file, saw no more code that can execute.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Apr 17 2020, 12:34 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 17 2020, 12:38 PM
This revision was automatically updated to reflect the committed changes.