remove good index
This commit is contained in:
@ -89,7 +89,6 @@ export class Goods {
|
|||||||
nullable: true,
|
nullable: true,
|
||||||
onDelete: 'SET NULL',
|
onDelete: 'SET NULL',
|
||||||
})
|
})
|
||||||
@Index()
|
|
||||||
@JoinColumn({ name: 'request_order_id' })
|
@JoinColumn({ name: 'request_order_id' })
|
||||||
request_order: RequestOrder;
|
request_order: RequestOrder;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user