Change schema
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 5m24s
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 5m24s
This commit is contained in:
3
types/generated/contentTypes.d.ts
vendored
3
types/generated/contentTypes.d.ts
vendored
@@ -809,7 +809,9 @@ export interface ApiChoralChoral extends Struct.CollectionTypeSchema {
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
description: Schema.Attribute.Text;
|
||||
email: Schema.Attribute.Email;
|
||||
founded: Schema.Attribute.Integer;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<
|
||||
'oneToMany',
|
||||
@@ -832,6 +834,7 @@ export interface ApiChoralChoral extends Struct.CollectionTypeSchema {
|
||||
phoneNumber: Schema.Attribute.String;
|
||||
postal: Schema.Attribute.Integer;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
social_networks: Schema.Attribute.JSON;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
||||
Reference in New Issue
Block a user