Upgrade 28 was wrong
This commit is contained in:
parent
d61b8d86c0
commit
41619f844a
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue