update: add review count and also verification from admin panel
This commit is contained in:
@@ -36,7 +36,7 @@ export class Discount extends BaseEntity {
|
||||
@Column({ type: "timestamptz" })
|
||||
endDate: Date;
|
||||
|
||||
@ManyToMany(() => SubscriptionPlan, (subscriptionPlan) => subscriptionPlan.discounts, { nullable: true })
|
||||
@ManyToMany(() => SubscriptionPlan, { nullable: true })
|
||||
@JoinTable()
|
||||
subscriptionPlans: SubscriptionPlan[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user