summaryrefslogtreecommitdiff
path: root/maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql')
-rw-r--r--maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql b/maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql
deleted file mode 100644
index 76e50a0a..00000000
--- a/maintenance/oracle/archives/patch_remove_not_null_empty_defs.sql
+++ /dev/null
@@ -1,9 +0,0 @@
-define mw_prefix='{$wgDBprefix}';
-
-ALTER TABLE &mw_prefix.categorylinks MODIFY cl_sortkey_prefix DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.categorylinks MODIFY cl_collation DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.iwlinks MODIFY iwl_prefix DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.iwlinks MODIFY iwl_title DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.searchindex MODIFY si_title DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.querycachetwo MODIFY qcc_title DEFAULT NULL NULL;
-ALTER TABLE &mw_prefix.querycachetwo MODIFY qcc_titletwo DEFAULT NULL NULL;