We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3397875 commit 9eaf747Copy full SHA for 9eaf747
src/schema.patch
@@ -1,5 +1,3 @@
1
-
2
-CLionIntelliJ IDEAPhpStormWebStorm
3
diff --git a/src/schema.rs b/src/schema.rs
4
index df884e4..18e08cd 100644
5
--- a/src/schema.rs
@@ -22,10 +20,10 @@ index df884e4..18e08cd 100644
22
20
- path -> Ltree,
23
21
}
24
25
+
26
@@ -678,6 +674,24 @@
27
28
29
table! {
30
+ /// Representation of the `recent_crate_downloads` view.
31
+ ///
@@ -47,7 +45,7 @@ index df884e4..18e08cd 100644
47
45
+table! {
48
46
use diesel::sql_types::*;
49
use diesel_full_text_search::{TsVector as Tsvector};
50
51
@@ -1003,7 +1017,8 @@
52
joinable!(badges -> crates (crate_id));
53
joinable!(crate_owner_invitations -> crates (crate_id));
@@ -73,4 +71,4 @@ index df884e4..18e08cd 100644
73
71
+ recent_crate_downloads,
74
72
reserved_crate_names,
75
teams,
76
- users,
+ users,
0 commit comments