summaryrefslogtreecommitdiff
path: root/util/dbgraph.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/dbgraph.pl')
-rwxr-xr-xutil/dbgraph.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/dbgraph.pl b/util/dbgraph.pl
index 5fd52b75..b9800a0a 100755
--- a/util/dbgraph.pl
+++ b/util/dbgraph.pl
@@ -20,7 +20,8 @@ my %subgraphs = (
'Releases' => [qw| C8FFC8 releases releases_rev releases_media releases_platforms releases_producers releases_vn |],
'Visual Novels' => [qw| FFE6BE vn vn_rev vn_relations vn_categories vn_anime vn_screenshots |],
'Users' => [qw| CCFFFF users votes vnlists rlists wlists |],
- 'Discussion board' => [qw| FFDCDC threads threads_tags threads_posts |],
+ 'Discussion board' => [qw| FFDCDC threads threads_boards threads_posts |],
+ 'Tags' => [qw| FFC8C8 tags tags_aliases tags_parents tags_vn |],
'Misc' => [qw| F5F5F5 changes anime screenshots relgraph stats_cache quotes |],
);