summaryrefslogtreecommitdiff
path: root/util/dbgraph.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-08 22:19:35 +0200
committerYorhel <git@yorhel.nl>2009-10-08 22:25:54 +0200
commit4304d30193646fdecbe2fcd081cfbce46ad82ed6 (patch)
tree8c67d603375e2ade3f4b08c4b327f3959c029da8 /util/dbgraph.pl
parentbbc03376d61e2e557d473368611dbba5eead6338 (diff)
Synchronised and updated dump.sql and dbgraph.pl
Removed the 'SET default_with_oids', as the minimum required PostgreSQL version (8.3) has OIDS disables by default already. Also uncommented the CREATE LANGUAGE, plpgsql is a "trusted language" and as such doesn't need superuser priveleges to create anymore.
Diffstat (limited to 'util/dbgraph.pl')
-rwxr-xr-xutil/dbgraph.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/dbgraph.pl b/util/dbgraph.pl
index 167680cd..51e7302e 100755
--- a/util/dbgraph.pl
+++ b/util/dbgraph.pl
@@ -18,11 +18,11 @@ use warnings;
my %subgraphs = (
'Producers' => [qw| FFFFCC producers producers_rev |],
'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_categories vn_anime vn_screenshots |],
- 'Users' => [qw| CCFFFF users votes rlists wlists |],
+ 'Visual Novels' => [qw| FFE6BE vn vn_rev vn_relations vn_anime vn_screenshots vn_graphs |],
+ 'Users' => [qw| CCFFFF users votes rlists wlists sessions |],
'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 sessions |],
+ 'Misc' => [qw| F5F5F5 changes anime screenshots stats_cache quotes |],
);
my %tables; # table_name => [ [ col1, pri ], ... ]