From 6aa550ff5e07b09aee5ba5572aefa55720dbb479 Mon Sep 17 00:00:00 2001 From: Christian Lindig Date: Wed, 4 Dec 2024 15:29:50 +0000 Subject: [PATCH] MVD CP-52334 multi-version driver API/CLI - update schema hash Signed-off-by: Christian Lindig --- 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 5e0416156c1..283164de4c6 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 = "36cb241822399344b119cce654162d3f" +let last_known_schema_hash = "458f20f5270a5615c7ee92be8a383172" let current_schema_hash : string = let open Datamodel_types in