mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 14:47:26 +02:00
8 lines
169 B
PL/PgSQL
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;
|