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