summaryrefslogtreecommitdiff
path: root/util/dbgraph.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-25 12:30:50 +0100
committerYorhel <git@yorhel.nl>2009-01-25 12:30:50 +0100
commite1835977fea7be42b702275ac88e69921d82777d (patch)
tree54d1ed5ef562a1672cea66975d90ce27864c094c /util/dbgraph.pl
parent63c5fe06d0d4bd0c07f50c39fc26170b2bcc7096 (diff)
Random quote feature
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 be76bca9..5fd52b75 100755
--- a/util/dbgraph.pl
+++ b/util/dbgraph.pl
@@ -21,7 +21,7 @@ my %subgraphs = (
'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 |],
- 'Misc' => [qw| F5F5F5 changes anime screenshots relgraph stats_cache |],
+ 'Misc' => [qw| F5F5F5 changes anime screenshots relgraph stats_cache quotes |],
);
my %tables; # table_name => [ [ col1, pri ], ... ]