File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ open Datamodel_roles
1010 to leave a gap for potential hotfixes needing to increment the schema version.*)
1111let schema_major_vsn = 5
1212
13- let schema_minor_vsn = 792
13+ let schema_minor_vsn = 793
1414
1515(* Historical schema versions just in case this is useful later *)
1616let rio_schema_major_vsn = 5
Original file line number Diff line number Diff 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 = " d8cb04ccddfd91ca3f0f9074dcf7c219 "
6+ let last_known_schema_hash = " 2d9b32747561c7b15924a59e8ea20893 "
77
88let current_schema_hash : string =
99 let open Datamodel_types in
You can’t perform that action at this time.
0 commit comments