7 lines
47 B
PL/PgSQL
7 lines
47 B
PL/PgSQL
begin;
|
|
|
|
|
|
update version set val=121;
|
|
|
|
commit;
|
|
|