mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
7 lines
No EOL
80 B
PL/PgSQL
7 lines
No EOL
80 B
PL/PgSQL
begin;
|
|
|
|
delete from attr_min where ad_id=5;
|
|
|
|
update version set val=25;
|
|
|
|
commit; |