unpimp the blog
This commit is contained in:
parent
e603a0fa8f
commit
d89a272ab8
2 changed files with 0 additions and 7 deletions
|
@ -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')");
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue