X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpopulateRevisionSha1.php;h=bb620c527afcff77fbecb7f1366305b19decfc3a;hb=d04502b698cc42e99cf24a73ac58847b6f1f2e77;hp=1d8e4c8ba6393740c41f827d764efe969ca0fd15;hpb=35c369ec7303b7662accc0ff17182031c6b54a20;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateRevisionSha1.php b/maintenance/populateRevisionSha1.php index 1d8e4c8ba6..bb620c527a 100644 --- a/maintenance/populateRevisionSha1.php +++ b/maintenance/populateRevisionSha1.php @@ -18,11 +18,18 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +/** + * Maintenance script that fills the rev_sha1 and ar_sha1 columns of revision + * and archive tables for revisions created before MW 1.19. + * + * @ingroup Maintenance + */ class PopulateRevisionSha1 extends LoggedUpdateMaintenance { public function __construct() { parent::__construct();