adding all of botlist, initial add
[botlist.git] / openbotlist / db / mock / mock_insert_feed_items.sql
blob91fa667942146c138876b1e1faf0f44db2048432
1 -- Berlin Brown
2 --
3 -- 2/2/2008
5 INSERT INTO system_feed_items(main_url, url_title, url_description, url_source, process_count, created_on) 
6                 VALUES('http://www.reddit.com', 'The Reddit', 'The Reddit is Cool', 'http://www.google.com', 0, NOW());
8 INSERT INTO system_feed_items(main_url, url_title, url_description, url_source, process_count, created_on) 
9                 VALUES('http://www.google.com', 'The Google', 'The google is awesome', 'http://www.google.com', 0, NOW());
10                 
11 INSERT INTO system_feed_items(main_url, url_title, url_description, url_source, process_count, created_on) 
12                 VALUES('http://www.yahoo.com', 'The Yahoo<b>Yea</b>', 'The yahoo uses tags <b>Testing</b><a href="err">err</a>', 'http://www.yahoo.com', 0, NOW());
13                 
14 -- End of the script