summaryrefslogtreecommitdiff
path: root/util/updates/update_2.10.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/updates/update_2.10.sql')
-rw-r--r--util/updates/update_2.10.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/updates/update_2.10.sql b/util/updates/update_2.10.sql
index 74b1a8a5..04b37bbf 100644
--- a/util/updates/update_2.10.sql
+++ b/util/updates/update_2.10.sql
@@ -52,6 +52,8 @@ $$ LANGUAGE plpgsql;
SELECT tag_vn_calc();
--- tag_vn_childs() is not used anymore
+-- remove unused functions
DROP FUNCTION tag_vn_childs() CASCADE;
+DROP FUNCTION tag_tree(integer, integer, boolean);
+DROP TYPE tag_tree_item;