summaryrefslogtreecommitdiff
path: root/util/dbgraph.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-18 19:28:08 +0100
committerYorhel <git@yorhel.nl>2010-12-18 19:31:57 +0100
commita129097a782ced2f2c3622f239809a937ecdb7d4 (patch)
tree627c0b6d0834de24b3e1d447a20f05605f1848ca /util/dbgraph.pl
parent84017ee51424de8ada6f5e93d943dc1b4584e855 (diff)
RFC-01: Implemented (most) of the SQL part
- Created vnlists table - Converted rlists.vstat into that table - Added triggers to make sure that there is always a corresponding row in vnlists for every row in rlists. - Added a check on vnlists for the 'listdel' notify
Diffstat (limited to 'util/dbgraph.pl')
-rwxr-xr-xutil/dbgraph.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dbgraph.pl b/util/dbgraph.pl
index a8f1cbe2..b785f582 100755
--- a/util/dbgraph.pl
+++ b/util/dbgraph.pl
@@ -23,7 +23,7 @@ my %subgraphs = (
'Producers' => [qw| FFFFCC producers producers_rev producers_relations |],
'Releases' => [qw| C8FFC8 releases releases_rev releases_media releases_platforms releases_producers releases_lang releases_vn |],
'Visual Novels' => [qw| FFE6BE vn vn_rev vn_relations vn_anime vn_screenshots |],
- 'Users' => [qw| CCFFFF users votes rlists wlists sessions notifications |],
+ 'Users' => [qw| CCFFFF users votes rlists wlists vnlists sessions notifications |],
'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 stats_cache quotes relgraphs |],