Skip to content

Commit 2d1c4fb

Browse files
authored
database/schema: Add missing semver_ord column (#10814)
1 parent 20461fb commit 2d1c4fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/crates_io_database/src/schema.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,8 @@ diesel::table! {
10231023
categories -> Array<Nullable<Text>>,
10241024
/// The list of `keywords` in the `Cargo.toml` file of this version.
10251025
keywords -> Array<Nullable<Text>>,
1026+
/// JSONB representation of the version number for sorting purposes.
1027+
semver_ord -> Nullable<Jsonb>,
10261028
}
10271029
}
10281030

0 commit comments

Comments
 (0)