State: remove lastchange field

This commit is contained in:
He4eT 2025-04-05 01:10:44 +02:00
commit ec92cfa475
2 changed files with 0 additions and 4 deletions

View file

@ -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;