tinytinyrss/sql/pgsql/migrations/137.sql

8 lines
169 B
PL/PgSQL

begin;
alter table ttrss_feeds add constraint ttrss_feeds_feed_url_owner_uid_key unique (feed_url, owner_uid);
update ttrss_version set schema_version = 137;
commit;