File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ index df884e4..18e08cd 100644
20
20
- path -> Ltree,
21
21
}
22
22
}
23
-
23
+
24
24
@@ -678,6 +674,24 @@
25
25
}
26
-
26
+
27
27
table! {
28
28
+ /// Representation of the `recent_crate_downloads` view.
29
29
+ ///
@@ -45,7 +45,7 @@ index df884e4..18e08cd 100644
45
45
+ table! {
46
46
use diesel::sql_types::*;
47
47
use diesel_full_text_search::{TsVector as Tsvector};
48
-
48
+
49
49
@@ -1003,7 +1017,8 @@
50
50
joinable!(badges -> crates (crate_id));
51
51
joinable!(crate_owner_invitations -> crates (crate_id));
@@ -61,9 +61,9 @@ index df884e4..18e08cd 100644
61
61
joinable!(publish_rate_overrides -> users (user_id));
62
62
joinable!(readme_renderings -> versions (version_id));
63
63
+ joinable!(recent_crate_downloads -> crates (crate_id));
64
- joinable!(version_authors -> versions (version_id));
65
64
joinable!(version_downloads -> versions (version_id));
66
65
joinable!(version_owner_actions -> api_tokens (api_token_id));
66
+ joinable!(version_owner_actions -> users (user_id));
67
67
@@ -1043,6 +1059,7 @@
68
68
publish_limit_buckets,
69
69
publish_rate_overrides,
You can’t perform that action at this time.
0 commit comments