agriget/schema/versions/mysql/137.sql

8 lines
174 B
MySQL
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
begin;
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;