summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-30 16:59:19 +0200
committerYorhel <git@yorhel.nl>2009-07-30 16:59:19 +0200
commit512ce5a8328f80b46e3598d2cc48c136f2862636 (patch)
tree38daf1fa8f38ad96fae01bbb72501d4cdbe7ab0e /util
parentd02c9f73c8f6896bc6ed7ffc2b4a5782586c2589 (diff)
Added sessions table to dbgraph.pl
The graph looks even worse now, oh well.
Diffstat (limited to 'util')
-rwxr-xr-xutil/dbgraph.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dbgraph.pl b/util/dbgraph.pl
index b49ff6f8..167680cd 100755
--- a/util/dbgraph.pl
+++ b/util/dbgraph.pl
@@ -22,7 +22,7 @@ my %subgraphs = (
'Users' => [qw| CCFFFF users votes rlists wlists |],
'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 |],
+ 'Misc' => [qw| F5F5F5 changes anime screenshots relgraph stats_cache quotes sessions |],
);
my %tables; # table_name => [ [ col1, pri ], ... ]