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.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/updates/update_20191007.sql b/util/updates/update_20191007.sql
index 291e94f6..d2047e9c 100644
--- a/util/updates/update_20191007.sql
+++ b/util/updates/update_20191007.sql
@@ -3,7 +3,8 @@ ALTER TABLE tags_vn_inherit DROP COLUMN users;
ALTER TABLE traits_chars DROP CONSTRAINT traits_chars_pkey;
DROP FUNCTION tag_vn_calc();
+DROP FUNCTION traits_chars_calc();
\i util/sql/func.sql
SELECT tag_vn_calc(NULL);
-SELECT traits_chars_calc();
+SELECT traits_chars_calc(NULL);