Compatibility postgresql 12
This commit is contained in:
parent
741a1c1417
commit
5655d438b1
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue