summaryrefslogtreecommitdiff
path: root/maintenance/convertLinks.php
blob: e86d1e7cccc300e4f840c3b4bf12b1d3cf605c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Convert from the old links schema (string->ID) to the new schema (ID->ID)
 * The wiki should be put into read-only mode while this script executes
 *
 * @file
 * @ingroup Maintenance
 */

/** */
require_once( "commandLine.inc" );
require_once( "convertLinks.inc" );

convertLinks();