Upgrade 28 was wrong

This commit is contained in:
sparkyx 2007-05-31 22:22:40 +00:00
parent d61b8d86c0
commit 41619f844a

View file

@ -5,6 +5,10 @@ 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;
insert into action values (31,'Gestion des périodes comptables');
update action set ac_description = 'Lecture des fiches' where ac_id=3;
update action set ac_description = 'Ajout de fiche et modification' where ac_id=15;
update action set ac_description = 'Création et modifications des rapports' where ac_id=5;
update version set val=29;
commit;