summaryrefslogtreecommitdiff
path: root/modules/update/update.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.install')
-rw-r--r--modules/update/update.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/update/update.install b/modules/update/update.install
index 00935f190..f324ce570 100644
--- a/modules/update/update.install
+++ b/modules/update/update.install
@@ -167,3 +167,10 @@ function update_update_7000() {
$queue = DrupalQueue::get('update_fetch_tasks');
$queue->createQueue();
}
+
+/**
+ * Remove {cache_update}.headers columns.
+ */
+function update_update_7001() {
+ db_drop_field('cache_update', 'headers');
+}