From ec92cfa4751de931ca1b4a2dc54c5e4e37ad7381 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 5 Apr 2025 01:10:44 +0200 Subject: [PATCH] State: remove lastchange field --- src/api/state/content-types/state/schema.json | 3 --- types/generated/contentTypes.d.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/src/api/state/content-types/state/schema.json b/src/api/state/content-types/state/schema.json index cbf5383..7de3220 100644 --- a/src/api/state/content-types/state/schema.json +++ b/src/api/state/content-types/state/schema.json @@ -15,9 +15,6 @@ "type": "boolean", "default": false }, - "lastchange": { - "type": "biginteger" - }, "trigger_person": { "type": "string" }, diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 6b35432..8551ab7 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -882,7 +882,6 @@ export interface ApiStateState extends Struct.SingleTypeSchema { createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & Schema.Attribute.Private; icon: Schema.Attribute.Component<'state.state-icon', false>; - lastchange: Schema.Attribute.BigInteger; locale: Schema.Attribute.String & Schema.Attribute.Private; localizations: Schema.Attribute.Relation<'oneToMany', 'api::state.state'> & Schema.Attribute.Private;