You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/schema/versions/mysql/137.sql

8 lines
174 B
PL/PgSQL

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