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 20461fb commit 2d1c4fbCopy full SHA for 2d1c4fb
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