tt-rss/schema/versions/pgsql/56.sql

5 baris
63 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 56;
commit;