ttrss/schema/versions/pgsql/56.sql

6 lines
63 B
MySQL
Raw Normal View History

begin;
update ttrss_version set schema_version = 56;
commit;