mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
schema: remove default subscription of admin to the forums rss feed
This commit is contained in:
@@ -118,9 +118,6 @@ create table ttrss_feeds (id serial not null primary key,
|
||||
create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid);
|
||||
create index ttrss_feeds_cat_id_idx on ttrss_feeds(cat_id);
|
||||
|
||||
insert into ttrss_feeds (owner_uid, title, feed_url) values
|
||||
((select id from ttrss_users where login = 'admin'), 'Tiny Tiny RSS: Forum', 'https://tt-rss.org/forum/rss.php');
|
||||
|
||||
create table ttrss_archived_feeds (id integer not null primary key,
|
||||
owner_uid integer not null references ttrss_users(id) on delete cascade,
|
||||
created timestamp not null,
|
||||
|
||||
Reference in New Issue
Block a user