mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-01 12:20:59 +01:00
fix typo in Technocrat.com default schema entry
This commit is contained in:
parent
e9c54861f4
commit
19fc76c082
@ -24,7 +24,7 @@ insert into ttrss_feeds (title,feed_url) values ('RPGDot Newsfeed',
|
||||
insert into ttrss_feeds (title,feed_url) values ('Digg.com News',
|
||||
'http://digg.com/rss/index.xml');
|
||||
|
||||
insert into ttrss_feeds (id,title,feed_url) values ('Technocrat.net',
|
||||
insert into ttrss_feeds (title,feed_url) values ('Technocrat.net',
|
||||
'http://syndication.technocrat.net/rss');
|
||||
|
||||
create table ttrss_entries (id serial not null primary key,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user