Skip to content

Commit 8a72da0

Browse files
committed
Regenerate schema.patch
1 parent 4a0358a commit 8a72da0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/schema.patch

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/schema.rs b/src/schema.rs
2-
index df884e4..18e08cd 100644
2+
index 27d068510..f2a8546aa 100644
33
--- a/src/schema.rs
44
+++ b/src/schema.rs
55
@@ -1,3 +1,5 @@
@@ -8,7 +8,7 @@ index df884e4..18e08cd 100644
88
table! {
99
use diesel::sql_types::*;
1010
use diesel_full_text_search::{TsVector as Tsvector};
11-
@@ -171,12 +173,6 @@
11+
@@ -183,12 +185,6 @@ table! {
1212
///
1313
/// (Automatically generated by Diesel.)
1414
created_at -> Timestamp,
@@ -21,10 +21,11 @@ index df884e4..18e08cd 100644
2121
}
2222
}
2323

24-
@@ -678,6 +674,24 @@
24+
@@ -701,6 +697,24 @@ table! {
25+
}
2526
}
2627

27-
table! {
28+
+table! {
2829
+ /// Representation of the `recent_crate_downloads` view.
2930
+ ///
3031
+ /// This data represents the downloads in the last 90 days.
@@ -42,11 +43,10 @@ index df884e4..18e08cd 100644
4243
+ }
4344
+}
4445
+
45-
+table! {
46+
table! {
4647
use diesel::sql_types::*;
4748
use diesel_full_text_search::{TsVector as Tsvector};
48-
49-
@@ -1003,7 +1017,8 @@
49+
@@ -1028,7 +1042,8 @@ joinable!(api_tokens -> users (user_id));
5050
joinable!(badges -> crates (crate_id));
5151
joinable!(crate_owner_invitations -> crates (crate_id));
5252
joinable!(crate_owners -> crates (crate_id));
@@ -56,15 +56,15 @@ index df884e4..18e08cd 100644
5656
joinable!(crates_categories -> categories (category_id));
5757
joinable!(crates_categories -> crates (crate_id));
5858
joinable!(crates_keywords -> crates (crate_id));
59-
@@ -1016,6 +1031,7 @@
59+
@@ -1041,6 +1056,7 @@ joinable!(follows -> users (user_id));
6060
joinable!(publish_limit_buckets -> users (user_id));
6161
joinable!(publish_rate_overrides -> users (user_id));
6262
joinable!(readme_renderings -> versions (version_id));
6363
+joinable!(recent_crate_downloads -> crates (crate_id));
6464
joinable!(version_downloads -> versions (version_id));
6565
joinable!(version_owner_actions -> api_tokens (api_token_id));
6666
joinable!(version_owner_actions -> users (user_id));
67-
@@ -1043,6 +1059,7 @@
67+
@@ -1067,6 +1083,7 @@ allow_tables_to_appear_in_same_query!(
6868
publish_limit_buckets,
6969
publish_rate_overrides,
7070
readme_renderings,

0 commit comments

Comments
 (0)