mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:15:56 +00:00
unpimp the blog
This commit is contained in:
@@ -70,9 +70,6 @@ create table ttrss_feeds (id serial not null primary key,
|
||||
|
||||
create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid);
|
||||
|
||||
insert into ttrss_feeds (owner_uid, title, feed_url) values
|
||||
(1, 'Tiny Tiny RSS: Dev. Blog', 'http://bah.org.ru/archives/category/tt-rss/feed');
|
||||
|
||||
insert into ttrss_feeds (owner_uid, title, feed_url) values
|
||||
(1, 'Tiny Tiny RSS: New Releases', 'http://tt-rss.spb.ru/releases.rss');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user