Compatibility postgresql 12

This commit is contained in:
Dany De Bontridder 2020-05-23 10:48:28 +02:00
parent 741a1c1417
commit 5655d438b1

View file

@ -177,8 +177,7 @@ CREATE TABLE bud_hypothese
CONSTRAINT fk_bud_hypo_pa_id FOREIGN KEY (pa_id)
REFERENCES plan_analytique (pa_id) MATCH SIMPLE
ON UPDATE CASCADE ON DELETE CASCADE
)
WITHOUT OIDS;
);
create sequence seq_bud_hypothese_bh_id;