We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659c9c commit f677ea7Copy full SHA for f677ea7
ocaml/idl/schematest.ml
@@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
3
(* BEWARE: if this changes, check that schema has been bumped accordingly in
4
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
5
6
-let last_known_schema_hash = "34c69ac52c1e6c1d46bc35f610562a58"
+let last_known_schema_hash = "c72edb27945bceb074de3fa54381ddd4"
7
8
let current_schema_hash : string =
9
let open Datamodel_types in
0 commit comments