Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696269
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/sql/clusters.dot b/sql/clusters.dot
index 8e8408f79..9bda3bc72 100644
--- a/sql/clusters.dot
+++ b/sql/clusters.dot
@@ -1,81 +1,85 @@
subgraph "logical_grouping" {
style = rounded;
bgcolor = gray95;
color = gray;
subgraph cluster_meta {
label = <<b>schema versioning</b><br /> version: @@VERSION@@>;
dbversion;
}
subgraph cluster_content {
label = <<b>content</b>>;
content;
skipped_content;
}
subgraph cluster_directory {
label = <<b>directories</b>>;
directory;
directory_entry_dir;
directory_entry_file;
directory_entry_rev;
}
subgraph cluster_revision {
label = <<b>revisions</b>>;
revision;
revision_history;
person;
}
subgraph cluster_release {
label = <<b>releases</b>>;
release;
}
subgraph cluster_snapshots {
label = <<b>snapshots</b>>;
snapshot;
snapshot_branch;
snapshot_branches;
}
subgraph cluster_origins {
label = <<b>origins</b>>;
origin;
fetch_history;
origin_visit;
}
subgraph cluster_metadata {
label = <<b>metadata</b>>;
metadata_provider;
origin_metadata;
tool;
}
subgraph cluster_statistics {
label = <<b>statistics</b>>;
object_counts;
object_counts_bucketed;
}
{
edge [style = dashed];
# "rtcolN" identifies the N-th row in a table, as a source
# "ltcolN" identifies the N-th row in a table, as a destination
+ "snapshot_branch":rtcol3 -> "release":ltcol1;
+ "snapshot_branch":rtcol3 -> "revision":ltcol1;
+ "snapshot_branch":rtcol3 -> "directory":ltcol1;
+ "snapshot_branch":rtcol3 -> "content":ltcol2;
"directory_entry_dir":rtcol2 -> "directory":ltcol1;
"directory_entry_file":rtcol2 -> "content":ltcol2;
"directory_entry_file":rtcol2 -> "skipped_content":ltcol2;
"directory_entry_rev":rtcol2 -> "revision":ltcol1;
"directory":rtcol2 -> "directory_entry_dir":ltcol1;
"directory":rtcol3 -> "directory_entry_file":ltcol1;
"directory":rtcol4 -> "directory_entry_rev":ltcol1;
"release":rtcol2 -> "revision":ltcol1;
"revision":rtcol7 -> "directory":ltcol1;
"revision_history":rtcol2 -> "revision":ltcol1;
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 18, 7:37 PM (6 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3277171
Attached To
R65 Staging repository
Event Timeline
Log In to Comment