tinytinyrss/sql/pgsql/migrations/125.sql

6 lines
64 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 125;
commit;