feat(medusa,types,workflows,utils,product): PricingModule Integration of PriceLists into Core (#5536)
This commit is contained in:
@@ -69,7 +69,7 @@ export class MoneyAmount extends SoftDeletableEntity {
|
||||
|
||||
@Index("idx_money_amount_region_id")
|
||||
@Column({ nullable: true })
|
||||
region_id: string
|
||||
region_id: string | null
|
||||
|
||||
@ManyToOne(() => Region)
|
||||
@JoinColumn({ name: "region_id" })
|
||||
|
||||
Reference in New Issue
Block a user