From d89a272ab83515058e2b6336e4a81e5883551822 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Oct 2007 10:33:08 +0100 Subject: [PATCH] unpimp the blog --- functions.php | 4 ---- schema/ttrss_schema_pgsql.sql | 3 --- 2 files changed, 7 deletions(-) diff --git a/functions.php b/functions.php index 791a4191..3d4c554a 100644 --- a/functions.php +++ b/functions.php @@ -1512,10 +1512,6 @@ db_query($link, "insert into ttrss_labels (owner_uid,sql_exp,description) values ('$uid','last_read is null and unread = false', 'Updated articles')"); - db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url) - values ('$uid', 'Tiny Tiny RSS: Dev. Blog', - 'http://bah.org.ru/archives/category/tt-rss/feed')"); - db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url) values ('$uid', 'Tiny Tiny RSS: New Releases', 'http://tt-rss.spb.ru/releases.rss')"); diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 419b94f4..c75e210f 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -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'); -- 2.39.5