summaryrefslogtreecommitdiff
path: root/sql/pgsql/migrations/56.sql
blob: d6d57f03a9c3f0de99c803f91f3e313b8914746b (plain)
1
2
3
4
5
begin;

update ttrss_version set schema_version = 56;

commit;