Intégration rel232

This commit is contained in:
sparkyx 2007-05-02 20:36:35 +00:00
parent f1bbc653d9
commit 33a3c42451
24 changed files with 211 additions and 540 deletions

View 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;