update script for report definition CSV:reportinit
This commit is contained in:
parent
a76dd15827
commit
5560d1553b
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ ALTER TABLE jnt_fic_attr
|
|||
REFERENCES attr_def (ad_id) MATCH SIMPLE
|
||||
ON UPDATE cascade ON DELETE cascade;
|
||||
|
||||
insert into menu_ref(me_code,me_menu,me_type) values ('CVS:reportinit','Export définition d''un raport','PR');
|
||||
|
||||
insert into profile_menu (me_code,p_id,p_type_display) values ('CVS:reportinit',1,'P');
|
||||
insert into profile_menu (me_code,p_id,p_type_display) values ('CVS:reportinit',2,'P');
|
||||
|
||||
update version set val=101;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue