Commit 73022204 authored by Diego Iván's avatar Diego Iván
Browse files

cambiando tipo de datos entidad place-trad

parent fb787390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ export class PlaceTraduction {

  @PrimaryColumn({ name: 'idPlace', type: Number })
  @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false })
  idPlace: Place;
  idPlace: number;

  @Column()
  description: string;