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.
8 lines
174 B
MySQL
8 lines
174 B
MySQL
6 years ago
|
begin;
|
||
|
|
||
6 years ago
|
alter table ttrss_feeds add constraint ttrss_feeds_feed_url_owner_uid_key unique (feed_url(255), owner_uid);
|
||
6 years ago
|
|
||
|
update ttrss_version set schema_version = 137;
|
||
|
|
||
|
commit;
|