1
0
Fork 0
tt-rss/schema/versions/pgsql/56.sql

5 Zeilen
63 B
PL/PgSQL

begin;
update ttrss_version set schema_version = 56;
commit;