Skip to content

Commit

Permalink
Update 'last_known_schema_hash' in feature branch
Browse files Browse the repository at this point in the history
This will be updated finally just before merging into master branch.

Signed-off-by: Ming Lu <ming.lu@cloud.com>
  • Loading branch information
minglumlu committed Jan 26, 2024
1 parent 20755df commit 1bc2f3d
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 = "2923e663753266bbdcb313ed47bad726"
let last_known_schema_hash = "49c51c0b5e895f42a1c9c19abb038b41"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 1bc2f3d

Please sign in to comment.