summaryrefslogtreecommitdiff
path: root/util/updates/update_20191007.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/updates/update_20191007.sql')
-rw-r--r--util/updates/update_20191007.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/updates/update_20191007.sql b/util/updates/update_20191007.sql
index 9d556478..291e94f6 100644
--- a/util/updates/update_20191007.sql
+++ b/util/updates/update_20191007.sql
@@ -2,6 +2,8 @@ ALTER TABLE tags_vn_inherit DROP COLUMN users;
ALTER TABLE traits_chars DROP CONSTRAINT traits_chars_pkey;
+DROP FUNCTION tag_vn_calc();
+
\i util/sql/func.sql
-SELECT tag_vn_calc();
+SELECT tag_vn_calc(NULL);
SELECT traits_chars_calc();