Actions
Anomalie #10648
ferméMigration 1810.sql sve_start_date
Début:
17/05/2019
Echéance:
Description
Erreur s'il y a des doublons dans mlb_coll_ext :
Modifications faites par HQU :
DO $$ BEGIN
(
SELECT sve_start_date FROM mlb_coll_ext
WHERE res_letterbox.res_id = mlb_coll_ext.res_id
AND sve_start_date is not null
);
ALTER TABLE mlb_coll_ext DROP COLUMN IF EXISTS sve_start_date;
END IF;
Actions