Skip to content

Commit

Permalink
CP-52817 Bump up New schema hash
Browse files Browse the repository at this point in the history
Signed-off-by: Lunfan Zhang <[email protected]>
  • Loading branch information
LunfanZhang committed Dec 4, 2024
1 parent 2850c5a commit 9d32728
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 = "aba698bd66b04e0145f07130e6db9cad"
let last_known_schema_hash = "ffceac5e586329de3267b9bb958524a7"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 9d32728

Please sign in to comment.