task 3858 : revision of the security correction & improvement

This commit is contained in:
sparkyx 2005-03-07 19:50:22 +00:00
parent d880ea8401
commit 9168f8e233
24 changed files with 187 additions and 156 deletions

View file

@ -49,5 +49,12 @@ alter table jrn add jr_pj oid ;
alter table jrn add jr_pj_name text;
alter table jrn add jr_pj_type text;
-- task 3858
delete from user_sec_act WHERE ua_act_id =14;
delete from action where ac_id=14;
insert into action values (18,'Devise');
insert into action values (19,'Période');
insert into action values (20,'Voir la balance des comptes');
-- always last line
update version set val=5;