From 078b5702bed16cfe3df971118a8f0f1c451fb151 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 15:45:55 +0100 Subject: schema: change default feeds --- schema/ttrss_schema_pgsql.sql | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index a9f056350..84e6ee510 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -67,14 +67,11 @@ 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,'Footnotes', 'http://gnomedesktop.org/node/feed'); -insert into ttrss_feeds (owner_uid,title,feed_url) values (1,'Latest Linux Kernel Versions','http://kernel.org/kdist/rss.xml'); -insert into ttrss_feeds (owner_uid,title,feed_url) values (1,'RPGDot Newsfeed', - 'http://www.rpgdot.com/team/rss/rss0.xml'); -insert into ttrss_feeds (owner_uid,title,feed_url) values (1,'Digg.com News', - 'http://digg.com/rss/index.xml'); -insert into ttrss_feeds (owner_uid,title,feed_url) values (1,'Technocrat.net', - 'http://syndication.technocrat.net/rss'); +insert into ttrss_feeds (owner_uid, title, feed_url) values + (1, 'Tiny Tiny RSS: New Releases', 'http://tt-rss.spb.ru/releases.rss'); + +insert into ttrss_feeds (owner_uid, title, feed_url) values + (1, 'Tiny Tiny RSS: Forum', 'http://tt-rss.spb.ru/forum/rss.php'); create table ttrss_entries (id serial not null primary key, title text not null, -- cgit v1.2.3