tinytinyrss/sql/pgsql/migrations/123.sql

6 lines
64 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 123;
commit;