Fix test data insertion script
This commit is contained in:
parent
d69d518924
commit
9bf239521e
@ -52,7 +52,7 @@ A few well-placed links...
|
||||
</li>
|
||||
<li><a href="https://www.hiawatha-webserver.org/">https://www.hiawatha-webserver.org/</a>
|
||||
</li>
|
||||
</ul>',','"web server",thttpd',428,1);
|
||||
</ul>',0,'"web server",thttpd',428,1);
|
||||
|
||||
INSERT INTO eps
|
||||
(id, hostid, explicit, date, license, title, summary, series, notes, downloads, tags, duration, valid)
|
||||
@ -107,10 +107,10 @@ A good sms via email webpage
|
||||
);
|
||||
|
||||
--Within the last 7 days
|
||||
INSERT INTO Episodes
|
||||
INSERT INTO eps
|
||||
(id, hostid, explicit, date, license, title, summary, series, notes, downloads, tags, duration, valid)
|
||||
VALUES (2376,73,0,date('now', '-3 days'),'CC-BY-SA','Information Underground: 21st Century Superstar','Deepgeek, Lostnbronx, and Klaatu talk about iconless culture','Information Underground','<p>Deepgeek, Lostnbronx, and Klaatu talk about cultural iconography.</p>',0,'culture, cultural icon',3180,1);
|
||||
INSERT INTO Episodes
|
||||
INSERT INTO eps
|
||||
(id, hostid, explicit, date, license, title, summary, series, notes, downloads, tags, duration, valid)
|
||||
VALUES (3276,73,0,date('now','-1 days'),'CC-BY-SA','Deepgeek''s thoughts about HD Radio','Klaatu reads a post by Deepgeek','Information Underground','<p><em>
|
||||
Deepgeek, Klaatu, and Lostnbronx discuss things.
|
||||
|
Reference in New Issue
Block a user