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

corrigiendo relacion con Place

parent 99f3eb08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ export class AvailableDate {

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

  @Column()
  startDate: Date;