summaryrefslogtreecommitdiff
path: root/util/updates
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-24 11:41:51 +0200
committerYorhel <git@yorhel.nl>2009-10-24 11:41:51 +0200
commitb4bef02c08a3bc8198f97d0e97701981f9bb85c8 (patch)
tree55229b0059cf56d8f00428844416d8b8f74a1ce9 /util/updates
parent56e691ac21163519392bb1711d173f4b52c24470 (diff)
Removed update_rev() function and monthly revcache cron
The changes.rev column should be correct in the first place, and in the (most likely) impossible condition that it isn't, the update_rev() function is more likely to make things worse.
Diffstat (limited to 'util/updates')
-rw-r--r--util/updates/update_2.8.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/updates/update_2.8.sql b/util/updates/update_2.8.sql
index 3c1d7398..d8373210 100644
--- a/util/updates/update_2.8.sql
+++ b/util/updates/update_2.8.sql
@@ -207,3 +207,7 @@ END;
$$ LANGUAGE plpgsql;
SELECT tag_vn_calc();
+
+-- remove update_rev()
+DROP FUNCTION update_rev(text, text);
+