From 28343e3675df554b8beaa8cf0a1f410e8320a712 Mon Sep 17 00:00:00 2001 From: Gang Ji Date: Tue, 1 Aug 2023 23:31:06 +0800 Subject: [PATCH] CA-380389: Version of deprecation/removal for repository.up_to_date not documented correctly Signed-off-by: Gang Ji --- ocaml/idl/datamodel_repository.ml | 4 ++-- ocaml/idl/schematest.ml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ocaml/idl/datamodel_repository.ml b/ocaml/idl/datamodel_repository.ml index af8e809599d..9b95af04653 100644 --- a/ocaml/idl/datamodel_repository.ml +++ b/ocaml/idl/datamodel_repository.ml @@ -176,9 +176,9 @@ let t = ~lifecycle: [ (Published, "1.301.0", "") - ; (Deprecated, "23.12.0-next", "Dummy transition") + ; (Deprecated, "23.18.0", "Dummy transition") ; ( Removed - , "23.12.0-next" + , "23.18.0" , "The up_to_date field of repository was removed" ) ] diff --git a/ocaml/idl/schematest.ml b/ocaml/idl/schematest.ml index a93705b080f..ff6fc95756d 100644 --- a/ocaml/idl/schematest.ml +++ b/ocaml/idl/schematest.ml @@ -2,7 +2,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 = "3efd34e77e3d098653f4f0e1c89bae1d" +let last_known_schema_hash = "a6771fbdb765e6f32b1823d1254fb366" let current_schema_hash : string = let open Datamodel_types in