Commit 66485192 authored by Ignacio's avatar Ignacio
Browse files

Corrige nombre de constraint

parent 113fc56c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E
	  "callSign" text,
	  eta text,
	  PRIMARY KEY ("mmsi", "tstamp"),
	  CONSTRAINT "mmsi_date_last_position" UNIQUE ("mmsi", "tstamp")
	  CONSTRAINT "mmsi_date_last_week" UNIQUE ("mmsi", "tstamp")
	)
	WITH (
	  OIDS=FALSE