Page MenuHomePhabricator

PurgeRedundantText should delete rows from content or slots tables
Closed, DuplicatePublic

Description

The PurgeRedundantText function deletes rows in the text table not referenced by the content table, however nothing deletes the content or slots rows that are orphaned and thus text rows never become orphaned. This means that running scripts like nukePage.php or deletOldRevsions.php that call this don't actually delete the content from the database, which kind of defeats the point ...