summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 10:33:08 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 10:33:08 +0100
commitd89a272ab83515058e2b6336e4a81e5883551822 (patch)
tree60735d32bb7236d347df22e58fbcf5cb80885ac8 /schema
parente603a0fa8f47f003de6afe96a04d4ceed32d59df (diff)
unpimp the blog
Diffstat (limited to 'schema')
-rw-r--r--schema/ttrss_schema_pgsql.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index 419b94f4f..c75e210f1 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -71,9 +71,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');
insert into ttrss_feeds (owner_uid, title, feed_url) values