Loading backend/src/place/entities/place-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,6 @@ export class PlaceTraduction { @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: number; @Column() @Column({ length: 1024 }) description: string; } backend/src/pointOfInterest/entities/PointOfInterestTraduction.entity.ts +2 −2 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ export class PointOfInterestTraduction { @PrimaryColumn() language: LANGUAGES; @Column({ nullable: false }) @Column({ nullable: false, length: 1024 }) content: string; @Column({ nullable: true }) @Column({ nullable: true, length: 1024 }) directions: string; @Column() Loading backend/src/town/entities/town-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ export class TownTraduction { @PrimaryColumn() language: LANGUAGES; @Column() @Column({ length: 1024 }) description: string; } Loading
backend/src/place/entities/place-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,6 @@ export class PlaceTraduction { @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: number; @Column() @Column({ length: 1024 }) description: string; }
backend/src/pointOfInterest/entities/PointOfInterestTraduction.entity.ts +2 −2 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ export class PointOfInterestTraduction { @PrimaryColumn() language: LANGUAGES; @Column({ nullable: false }) @Column({ nullable: false, length: 1024 }) content: string; @Column({ nullable: true }) @Column({ nullable: true, length: 1024 }) directions: string; @Column() Loading
backend/src/town/entities/town-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,6 @@ export class TownTraduction { @PrimaryColumn() language: LANGUAGES; @Column() @Column({ length: 1024 }) description: string; }