Pman/Reddit/DataObjects/reddit.sql
authorAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:54:48 +0000 (17:54 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:54:48 +0000 (17:54 +0800)
Pman/Reddit/DataObjects/reddit.sql

index c4b1a72..450e2ea 100644 (file)
@@ -16,7 +16,7 @@ alter table reddit_livefeed add column last_uid varchar(64) not null default '';
 
 
 
-CREATE TABLE livefeed_embed
+CREATE TABLE reddit_livefeed_embed
 (
     id INT(11)  NOT NULL auto_increment,
     feed_id INT(11),