Commit ebc8d867 authored by Nacho's avatar Nacho
Browse files

Elimina constraint de mmsi, tstamp

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