X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=schema%2Fttrss_schema_pgsql.sql;fp=schema%2Fttrss_schema_pgsql.sql;h=2b37c95fb6bf82b1510d717bc044dddad311597a;hb=6d204cd131a47d92894389fd7b05b6ad7996caab;hp=36d7f93891c054574cbd9b62eba8af6f44fcbce6;hpb=0722e857c08fde082166ff8c339e97f1a0cd1837;p=tt-rss.git diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 36d7f938..2b37c95f 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -101,9 +101,6 @@ create table ttrss_feeds (id serial not null primary key, create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid); create index ttrss_feeds_cat_id_idx on ttrss_feeds(cat_id); -insert into ttrss_feeds (owner_uid, title, feed_url) values - (1, 'Tiny Tiny RSS: New Releases', 'http://tt-rss.org/releases.rss'); - insert into ttrss_feeds (owner_uid, title, feed_url) values (1, 'Tiny Tiny RSS: Forum', 'http://tt-rss.org/forum/rss.php');