task #5306 security for import / export
This commit is contained in:
parent
fbc7b8ae8b
commit
2e66bc5cd4
4 changed files with 15 additions and 2 deletions
7
html/admin/sql/patch/upgrade8.sql
Normal file
7
html/admin/sql/patch/upgrade8.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
insert into action values (21,'Import et export des écritures d''ouverture');
|
||||
update version set val=9;
|
||||
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue