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

volviendo las direcciones nullables

parent 421dd307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ export class PointOfInterestTraduction {

  @Column({ nullable: false })
  content: string;
  @Column({ nullable: false })
  @Column({ nullable: true })
  directions: string;

  @Column()