[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- SQL to insert update keys into the initial tables after a 2 -- fresh installation of MediaWiki's database. 3 -- This is read and executed by the install script; you should 4 -- not have to run it by itself unless doing a manual install. 5 -- Insert keys here if either the unnecessary would cause heavy 6 -- processing or could potentially cause trouble by lowering field 7 -- sizes, adding constraints, etc. 8 -- When adjusting field sizes, it is recommended removing old 9 -- patches but to play safe, update keys should also inserted here. 10 11 -- The /*_*/ comments in this and other files are 12 -- replaced with the defined table prefix by the installer 13 -- and updater scripts. If you are installing or running 14 -- updates manually, you will need to manually insert the 15 -- table prefix if any when running these scripts. 16 -- 17 18 INSERT INTO /*_*/updatelog (ul_key, ul_value) 19 VALUES( 'filearchive-fa_major_mime-patch-fa_major_mime-chemical.sql', null ); 20 INSERT INTO /*_*/updatelog (ul_key, ul_value) 21 VALUES( 'image-img_major_mime-patch-img_major_mime-chemical.sql', null ); 22 INSERT INTO /*_*/updatelog (ul_key, ul_value) 23 VALUES( 'oldimage-oi_major_mime-patch-oi_major_mime-chemical.sql', null ); 24 INSERT INTO /*_*/updatelog (ul_key, ul_value) 25 VALUES( 'user_groups-ug_group-patch-ug_group-length-increase-255.sql', null ); 26 INSERT INTO /*_*/updatelog (ul_key, ul_value) 27 VALUES( 'user_former_groups-ufg_group-patch-ufg_group-length-increase-255.sql', null ); 28 INSERT INTO /*_*/updatelog (ul_key, ul_value) 29 VALUES( 'user_properties-up_property-patch-up_property.sql', null );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |