mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:25:56 +00:00
schema: remove default subscription of admin to the forums rss feed
This commit is contained in:
@@ -149,9 +149,6 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
|
||||
foreign key (parent_feed) references ttrss_feeds(id) ON DELETE SET NULL,
|
||||
unique(feed_url(255), owner_uid)) ENGINE=InnoDB DEFAULT CHARSET=UTF8;
|
||||
|
||||
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_entries (id integer not null primary key auto_increment,
|
||||
title text not null,
|
||||
guid varchar(255) not null unique,
|
||||
|
||||
Reference in New Issue
Block a user