Page MenuHomePhabricator

Allow mailing lists to be permanently deleted
ClosedPublic

Authored by joshuaspence on Jul 18 2014, 1:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 4:45 AM
Unknown Object (File)
Mar 10 2024, 4:41 PM
Unknown Object (File)
Feb 2 2024, 9:34 AM
Unknown Object (File)
Dec 21 2023, 12:39 AM
Unknown Object (File)
Dec 13 2023, 11:45 PM
Unknown Object (File)
Dec 2 2023, 7:52 PM
Unknown Object (File)
Nov 25 2023, 1:50 AM
Unknown Object (File)
Nov 23 2023, 1:39 PM
Subscribers

Details

Summary

Fixes T5075. Allow PhabricatorMetaMTAMailingList to be permanently deleted with ./bin/remove destroy.

Test Plan
./bin/remove destroy PHID-MLST-nseux3r55escj573shsf
 IMPORTANT: OBJECTS WILL BE PERMANENTLY DESTROYED! 

There is no way to undo this operation or ever retrieve this data.

These 1 object(s) will be completely destroyed forever:

    - PHID-MLST-nseux3r55escj573shsf (PhabricatorMetaMTAMailingList)


    Are you absolutely certain you want to destroy these 1 object(s)? [y/N] y

Destroying objects...
Destroying PhabricatorMetaMTAMailingList PHID-MLST-nseux3r55escj573shsf...
Permanently destroyed 1 object(s).

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Allow mailing lists to be permanently deleted.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 18 2014, 1:33 AM
joshuaspence updated this revision to Diff 23977.

Closed by commit rP48f6189f3226 (authored by @joshuaspence).