From 1bc2f3db7db15ad495b2b8bcd613ad648275a002 Mon Sep 17 00:00:00 2001 From: Ming Lu Date: Fri, 26 Jan 2024 11:13:11 +0800 Subject: [PATCH] Update 'last_known_schema_hash' in feature branch This will be updated finally just before merging into master branch. Signed-off-by: Ming Lu --- ocaml/idl/schematest.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/idl/schematest.ml b/ocaml/idl/schematest.ml index 660f39664f5..7f029c22d3d 100644 --- a/ocaml/idl/schematest.ml +++ b/ocaml/idl/schematest.ml @@ -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 = "2923e663753266bbdcb313ed47bad726" +let last_known_schema_hash = "49c51c0b5e895f42a1c9c19abb038b41" let current_schema_hash : string = let open Datamodel_types in