remove good index

This commit is contained in:
fadlydev
2025-01-21 22:10:54 +07:00
parent 4094d62e8a
commit 2237297b68

View File

@ -89,7 +89,6 @@ export class Goods {
nullable: true,
onDelete: 'SET NULL',
})
@Index()
@JoinColumn({ name: 'request_order_id' })
request_order: RequestOrder;