Index: branches/REL1_19/phase3/maintenance/oracle/archives/patch-config.sql |
— | — | @@ -1,8 +0,0 @@ |
2 | | -define mw_prefix='{$wgDBprefix}'; |
3 | | - |
4 | | -CREATE TABLE &mw_prefix.config ( |
5 | | - cf_name VARCHAR2(255) NOT NULL, |
6 | | - cf_value blob NOT NULL |
7 | | -); |
8 | | -ALTER TABLE &mw_prefix.config ADD CONSTRAINT &mw_prefix.config_pk PRIMARY KEY (cf_name); |
9 | | - |
Index: branches/REL1_19/phase3/includes/installer/OracleUpdater.php |
— | — | @@ -39,7 +39,6 @@ |
40 | 40 | array( 'doRecentchangesFK2Cascade' ), |
41 | 41 | |
42 | 42 | //1.19 |
43 | | - array( 'addTable', 'config', 'patch-config.sql' ), |
44 | 43 | array( 'addIndex', 'logging', 'i05', 'patch-logging_type_action_index.sql'), |
45 | 44 | array( 'addTable', 'globaltemplatelinks', 'patch-globaltemplatelinks.sql' ), |
46 | 45 | array( 'addTable', 'globalnamespaces', 'patch-globalnamespaces.sql' ), |
Index: branches/REL1_19/phase3/includes/installer/Ibm_db2Updater.php |
— | — | @@ -65,7 +65,6 @@ |
66 | 66 | array( 'doRebuildLocalisationCache' ), |
67 | 67 | |
68 | 68 | // 1.19 |
69 | | - array( 'addTable', 'config', 'patch-config.sql' ), |
70 | 69 | array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'), |
71 | 70 | array( 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ), |
72 | 71 | array( 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ), |