Tasl 3778 : Add uploaded document for operation
This commit is contained in:
parent
925bcead82
commit
c757cd7f96
9 changed files with 123 additions and 27 deletions
|
|
@ -44,5 +44,10 @@ update jrnx set j_centralized='f';
|
|||
alter table parm_periode add p_central bool;
|
||||
alter table parm_periode alter p_central set default false;
|
||||
update parm_periode set p_central ='f';
|
||||
--for uploading doc
|
||||
alter table jrn add jr_pj oid ;
|
||||
alter table jrn add jr_pj_name text;
|
||||
alter table jrn add jr_pj_type text;
|
||||
|
||||
-- always last line
|
||||
update version set val=5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue