summaryrefslogtreecommitdiff
path: root/util/devdump.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/devdump.pl')
-rwxr-xr-xutil/devdump.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/devdump.pl b/util/devdump.pl
index 2a20544c..9d801912 100755
--- a/util/devdump.pl
+++ b/util/devdump.pl
@@ -157,7 +157,7 @@ sub copy_entry {
# Visual novels
copy anime => "SELECT DISTINCT a.* FROM anime a JOIN vn_anime_hist v ON v.aid = a.id JOIN changes c ON c.id = v.chid WHERE c.itemid IN($vids)";
- copy_entry [qw/vn vn_anime vn_seiyuu vn_staff vn_relations vn_screenshots/], \@vids;
+ copy_entry [qw/vn vn_anime vn_seiyuu vn_staff vn_relations vn_screenshots vn_titles/], \@vids;
# VN-related niceties
copy vn_length_votes => "SELECT DISTINCT ON (vid,vndbid_num(uid)%10) * FROM vn_length_votes WHERE vid IN($vids)", {uid => 'user'};