Upgrade.sql devenu upgrade192.sql
This commit is contained in:
parent
03e9073df0
commit
3b110ee495
1 changed files with 0 additions and 6 deletions
|
|
@ -1,7 +1 @@
|
|||
create table action_comment_document (acd_id bigint generated by default as identity primary key
|
||||
, document_id bigint references document(d_id) on delete cascade on update cascade,
|
||||
action_gestion_comment_id bigint references action_gestion_comment(agc_id) on delete cascade on update cascade);
|
||||
|
||||
alter table action_comment_document
|
||||
add constraint action_comment_document_un
|
||||
unique (document_id, action_gestion_comment_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue