agriget/schema/versions/pgsql/56.sql
2019-03-22 10:17:29 -04:00

6 lines
63 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 56;
commit;