diff --git a/src/database/object.rs b/src/database/object.rs index 89a5fa9..c2ec1c9 100644 --- a/src/database/object.rs +++ b/src/database/object.rs @@ -153,7 +153,6 @@ pub struct SchemaObject { #[serde(skip_serializing_if = "Option::is_none")] pub immutable: Option, - // Contains ALL structural fields perfectly flattened from the ENTIRE Database inheritance tree (e.g. `entity` fields like `id`) as well as local fields hidden inside conditional `cases` blocks. // This JSON exported array gives clients absolute deterministic visibility to O(1) validation and masking bounds without duplicating structural memory. #[serde(rename = "compiledPropertyNames")] @@ -326,5 +325,3 @@ impl SchemaObject { } } } - - diff --git a/version b/version index d1b8507..309a6e2 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.185 +1.0.186