Intégration rel232
This commit is contained in:
parent
f1bbc653d9
commit
33a3c42451
24 changed files with 211 additions and 540 deletions
10
html/admin/sql/patch/upgrade28.sql
Normal file
10
html/admin/sql/patch/upgrade28.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
begin;
|
||||
delete from user_sec_act where ua_act_id in (2,9,19,18);
|
||||
delete from action where ac_id=2;
|
||||
delete from action where ac_id=9;
|
||||
delete from action where ac_id=19;
|
||||
delete from action where ac_id=18;
|
||||
update action set ac_description='Lecture du Grand-Livre' where ac_id=1;
|
||||
|
||||
update version set val=29;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue