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.
semver_ord
1 parent 667d23d commit 5d16065Copy full SHA for 5d16065
crates/crates_io_database/src/schema.rs
@@ -1023,6 +1023,8 @@ diesel::table! {
1023
categories -> Array<Nullable<Text>>,
1024
/// The list of `keywords` in the `Cargo.toml` file of this version.
1025
keywords -> Array<Nullable<Text>>,
1026
+ /// JSONB representation of the version number for sorting purposes.
1027
+ semver_ord -> Nullable<Jsonb>,
1028
}
1029
1030
0 commit comments