1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-08 13:44:10 +02:00
ttrss/sql/mysql/migrations/137.sql

8 lines
174 B
MySQL
Raw Normal View History

begin;
2019-03-10 13:48:47 +01:00
alter table ttrss_feeds add constraint ttrss_feeds_feed_url_owner_uid_key unique (feed_url(255), owner_uid);
update ttrss_version set schema_version = 137;
commit;