6 lines
64 B
MySQL
6 lines
64 B
MySQL
|
begin;
|
||
|
|
||
|
update ttrss_version set schema_version = 123;
|
||
|
|
||
|
commit;
|