Update documentation
This commit is contained in:
parent
93ae20fbac
commit
eb6dbdd796
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -25,6 +25,8 @@ return NEW;
|
|||
end;
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' ;
|
||||
-- update jrn set jr_internal=jrn.jr_internal||jrn.jr_id::text from jrn as B where jrn.jr_internal=B.jr_internal and jrn.jr_id > B.jr_id;
|
||||
-- create unique index ux_jr_internal on jrn(jr_internal);
|
||||
|
||||
alter table quant_purchase ADD CONSTRAINT quant_purchase_qp_internal_fkey FOREIGN KEY (qp_internal)
|
||||
REFERENCES jrn (jr_internal) MATCH SIMPLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue