summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-17 14:05:45 +0200
committerYorhel <git@yorhel.nl>2019-10-17 14:05:45 +0200
commit7f4bb6dfc521261e94561d125709fce02c7eb932 (patch)
treef5c224b8e23fe0fca7193712e64e7a78bf47f0d3
parentb7ed0a4f7b93707aee0c06b343685569e21fbab7 (diff)
Fix the devdump
-rwxr-xr-xutil/devdump.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/devdump.pl b/util/devdump.pl
index 48e43cf7..9b3480bf 100755
--- a/util/devdump.pl
+++ b/util/devdump.pl
@@ -156,8 +156,8 @@ sub copy_entry {
print "\\i util/sql/tableattrs.sql\n";
# Update some caches
- print "SELECT tag_vn_calc();\n";
- print "SELECT traits_chars_calc();\n";
+ print "SELECT tag_vn_calc(NULL);\n";
+ print "SELECT traits_chars_calc(NULL);\n";
print "SELECT update_vncache(id) FROM vn;\n";
print "SELECT update_stats_cache_full();\n";
print "SELECT update_vnpopularity();\n";