10 lines
No EOL
310 B
PL/PgSQL
10 lines
No EOL
310 B
PL/PgSQL
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; |