ttrss/sql/pgsql/migrations/123.sql

6 lines
64 B
MySQL
Raw Normal View History

begin;
update ttrss_version set schema_version = 123;
commit;