Skip to content

Commit

Permalink
Merge pull request xapi-project#5138 from gangj/private/gangj/CA-380389
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont committed Aug 2, 2023
2 parents 72f1487 + 28343e3 commit ed5ad80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ocaml/idl/datamodel_repository.ml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ let t =
~lifecycle:
[
(Published, "1.301.0", "")
; (Deprecated, "23.12.0-next", "Dummy transition")
; (Deprecated, "23.18.0", "Dummy transition")
; ( Removed
, "23.12.0-next"
, "23.18.0"
, "The up_to_date field of repository was removed"
)
]
Expand Down
2 changes: 1 addition & 1 deletion ocaml/idl/schematest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let hash x = Digest.string x |> Digest.to_hex

(* BEWARE: if this changes, check that schema has been bumped accordingly in
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
let last_known_schema_hash = "3efd34e77e3d098653f4f0e1c89bae1d"
let last_known_schema_hash = "a6771fbdb765e6f32b1823d1254fb366"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit ed5ad80

Please sign in to comment.