Skip to content

Commit ac35717

Browse files
committed
Bump up schema
Signed-off-by: Ming Lu <ming.lu@cloud.com>
1 parent e8cfd92 commit ac35717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocaml/idl/datamodel_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open Datamodel_roles
1010
to leave a gap for potential hotfixes needing to increment the schema version.*)
1111
let 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 *)
1616
let rio_schema_major_vsn = 5

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 = "d8cb04ccddfd91ca3f0f9074dcf7c219"
6+
let last_known_schema_hash = "2d9b32747561c7b15924a59e8ea20893"
77

88
let current_schema_hash : string =
99
let open Datamodel_types in

0 commit comments

Comments
 (0)