MediaWiki master
deleteOrphanedRevisions.php File Reference

Delete revisions which refer to a nonexisting page. More...

Go to the source code of this file.

Classes

class  DeleteOrphanedRevisions
 Maintenance script that deletes revisions which refer to a nonexisting page. More...
 

Variables

 $maintClass = DeleteOrphanedRevisions::class
 

Detailed Description

Delete revisions which refer to a nonexisting page.

Sometimes manual deletion done in a rush leaves crap in the database.

Note
GPL-2.0-or-later
Author
Rob Church robch.nosp@m.ur@g.nosp@m.mail..nosp@m.com
Todo
More efficient cleanup of text records

Definition in file deleteOrphanedRevisions.php.

Variable Documentation

◆ $maintClass

$maintClass = DeleteOrphanedRevisions::class

Definition at line 93 of file deleteOrphanedRevisions.php.