order: remove field 'price'
This commit is contained in:
parent
6dc36ebe89
commit
7f57b03c88
@ -24,9 +24,6 @@
|
||||
"cancelled"
|
||||
]
|
||||
},
|
||||
"price": {
|
||||
"type": "integer"
|
||||
},
|
||||
"client": {
|
||||
"type": "relation",
|
||||
"relation": "manyToOne",
|
||||
|
||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@ -476,7 +476,6 @@ export interface ApiOrderOrder extends Struct.CollectionTypeSchema {
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::order.order'> &
|
||||
Schema.Attribute.Private;
|
||||
order_number: Schema.Attribute.Integer;
|
||||
price: Schema.Attribute.Integer;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
services: Schema.Attribute.Relation<'manyToMany', 'api::service.service'>;
|
||||
slot: Schema.Attribute.Relation<'manyToOne', 'api::slot.slot'>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user