Skip to content

Commit 9eaf747

Browse files
committed
Refine schema
1 parent 3397875 commit 9eaf747

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/schema.patch

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
CLionIntelliJ IDEAPhpStormWebStorm
31
diff --git a/src/schema.rs b/src/schema.rs
42
index df884e4..18e08cd 100644
53
--- a/src/schema.rs
@@ -22,10 +20,10 @@ index df884e4..18e08cd 100644
2220
- path -> Ltree,
2321
}
2422
}
25-
23+
2624
@@ -678,6 +674,24 @@
2725
}
28-
26+
2927
table! {
3028
+ /// Representation of the `recent_crate_downloads` view.
3129
+ ///
@@ -47,7 +45,7 @@ index df884e4..18e08cd 100644
4745
+table! {
4846
use diesel::sql_types::*;
4947
use diesel_full_text_search::{TsVector as Tsvector};
50-
48+
5149
@@ -1003,7 +1017,8 @@
5250
joinable!(badges -> crates (crate_id));
5351
joinable!(crate_owner_invitations -> crates (crate_id));
@@ -73,4 +71,4 @@ index df884e4..18e08cd 100644
7371
+ recent_crate_downloads,
7472
reserved_crate_names,
7573
teams,
76-
users,
74+
users,

0 commit comments

Comments
 (0)