summaryrefslogtreecommitdiff
path: root/maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql')
-rw-r--r--maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql b/maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql
deleted file mode 100644
index f7a38a05..00000000
--- a/maintenance/oracle/archives/patch_remove_not_null_empty_defs2.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-define mw_prefix='{$wgDBprefix}';
-
-ALTER TABLE &mw_prefix.ipblocks MODIFY ipb_by_text DEFAULT NULL NULL;