tinytinyrss/sql/pgsql/migrations/56.sql

6 lines
63 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 56;
commit;