summaryrefslogtreecommitdiff
path: root/maintenance/convertLinks.php
blob: bc0aef490d7f6e0b19cdc4c15a74f6fc5e45c5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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
 *
 * @addtogroup Maintenance
 */

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

convertLinks();