Loading backend/src/pointOfInterest/entities/PointOfInterestTraduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ export class PointOfInterestTraduction { @Column({ nullable: false }) content: string; @Column({ nullable: false }) @Column({ nullable: true }) directions: string; @Column() Loading Loading
backend/src/pointOfInterest/entities/PointOfInterestTraduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ export class PointOfInterestTraduction { @Column({ nullable: false }) content: string; @Column({ nullable: false }) @Column({ nullable: true }) directions: string; @Column() Loading