Skip to content

Commit 469ef69

Browse files
committed
Update last_known_schema_hash
Signed-off-by: Changlei Li <changlei.li@cloud.com>
1 parent 409244f commit 469ef69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/idl/schematest.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
33
(* BEWARE: if this changes, check that schema has been bumped accordingly in
44
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
55

6-
let last_known_schema_hash = "6fa9e85157804e2753dee31972b52b61"
6+
let last_known_schema_hash = "34c69ac52c1e6c1d46bc35f610562a58"
77

88
let current_schema_hash : string =
99
let open Datamodel_types in

0 commit comments

Comments
 (0)