1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

shamelessly pimp tt-rss devblog in default install

This commit is contained in:
Andrew Dolgov
2007-10-30 09:36:14 +01:00
parent b27967acf3
commit e603a0fa8f
2 changed files with 8 additions and 1 deletions

View File

@@ -70,6 +70,9 @@ 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');