summaryrefslogtreecommitdiff
path: root/maintenance/oracle/archives/patch-job_timestamp_field.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/oracle/archives/patch-job_timestamp_field.sql')
-rw-r--r--maintenance/oracle/archives/patch-job_timestamp_field.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/maintenance/oracle/archives/patch-job_timestamp_field.sql b/maintenance/oracle/archives/patch-job_timestamp_field.sql
deleted file mode 100644
index 4901c87c..00000000
--- a/maintenance/oracle/archives/patch-job_timestamp_field.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-define mw_prefix='{$wgDBprefix}';
-
-ALTER TABLE &mw_prefix.job ADD job_timestamp TIMESTAMP(6) WITH TIME ZONE NULL;
-