fix: import the danakservice module in subscription module

This commit is contained in:
mahyargdz
2025-02-09 10:44:09 +03:30
parent bc96f62782
commit 75fef18317
7 changed files with 67 additions and 11 deletions
@@ -8,7 +8,7 @@ import { DanakService } from "../../danak-services/entities/danak-service.entity
@Entity()
export class SubscriptionPlan extends BaseEntity {
@Column({ type: "varchar", length: 150, nullable: false })
@Column({ type: "varchar", length: 150, nullable: false, unique: true })
name: string;
@Column({ type: "int", nullable: false })