Skip to content

Commit

Permalink
fixup! CP-48027: Corosync upgrade add cluster_stack_version datamod…
Browse files Browse the repository at this point in the history
…el change
  • Loading branch information
Vincent-lau committed May 1, 2024
1 parent ff81f7e commit 99d77a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/schematest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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 = "f16bd8a1f8f882f60116d04af07400a3"
let last_known_schema_hash = "2b8b5b107eb465e97d35a68274ac18ef"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 99d77a9

Please sign in to comment.