From 34f294414fb326b483fd04f05425a4aa2ff8be4b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2021 11:35:40 +0300 Subject: schema: remove default subscription of admin to the forums rss feed --- sql/mysql/schema.sql | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/mysql') diff --git a/sql/mysql/schema.sql b/sql/mysql/schema.sql index d8e6e270a..ff6ff4797 100644 --- a/sql/mysql/schema.sql +++ b/sql/mysql/schema.sql @@ -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, -- cgit v1.2.3