-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathnamespaces.dot
More file actions
24 lines (24 loc) · 965 Bytes
/
Copy pathnamespaces.dot
File metadata and controls
24 lines (24 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
digraph deps {
account -> { account_id common };
account_id;
async -> { common };
auth -> { common };
check -> { common };
common;
contacts -> { common };
file_properties -> { common };
file_requests -> { common files };
files -> { async common file_properties users_common };
openid -> { account_id common };
paper -> { common files sharing };
riviera -> { async common };
secondary_emails -> { common };
seen_state;
sharing -> { account_id async common files seen_state team_common team_policies users users_common };
team -> { account async common file_properties files secondary_emails team_common team_policies users users_common };
team_common -> { common };
team_log -> { common file_requests files sharing team team_common team_policies users_common };
team_policies;
users -> { common team_common team_policies users_common };
users_common -> { account_id common };
}