Skip to content

Commit 32ca48e

Browse files
committed
fix schema.patch after removing the version_authors table
1 parent 10c9445 commit 32ca48e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/schema.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ index df884e4..18e08cd 100644
2020
- path -> Ltree,
2121
}
2222
}
23-
23+
2424
@@ -678,6 +674,24 @@
2525
}
26-
26+
2727
table! {
2828
+ /// Representation of the `recent_crate_downloads` view.
2929
+ ///
@@ -45,7 +45,7 @@ index df884e4..18e08cd 100644
4545
+table! {
4646
use diesel::sql_types::*;
4747
use diesel_full_text_search::{TsVector as Tsvector};
48-
48+
4949
@@ -1003,7 +1017,8 @@
5050
joinable!(badges -> crates (crate_id));
5151
joinable!(crate_owner_invitations -> crates (crate_id));
@@ -61,9 +61,9 @@ index df884e4..18e08cd 100644
6161
joinable!(publish_rate_overrides -> users (user_id));
6262
joinable!(readme_renderings -> versions (version_id));
6363
+joinable!(recent_crate_downloads -> crates (crate_id));
64-
joinable!(version_authors -> versions (version_id));
6564
joinable!(version_downloads -> versions (version_id));
6665
joinable!(version_owner_actions -> api_tokens (api_token_id));
66+
joinable!(version_owner_actions -> users (user_id));
6767
@@ -1043,6 +1059,7 @@
6868
publish_limit_buckets,
6969
publish_rate_overrides,

0 commit comments

Comments
 (0)