Pman/Reddit/DataObjects/reddit.sql
authorAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 11:00:14 +0000 (19:00 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 11:00:14 +0000 (19:00 +0800)
Pman/Reddit/DataObjects/reddit.sql

index d4a1558..e9958e4 100644 (file)
@@ -16,14 +16,14 @@ alter table reddit_livefeed add column last_uid varchar(64) not null default '';
 
 
 
- CREATE TABLE `reddit_livefeed_embed` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `feed_id` int(11) NOT NULL DEFAULT '0',
-  `seqid` int(11) NOT NULL DEFAULT '0',
-  `url` text,
-  `frame_width` int(11) NOT NULL DEFAULT '0',
-  `frame_height` int(11) NOT NULL DEFAULT '0',
-  `frame_style` text,
-  `frame_body` longtext,
-  PRIMARY KEY (`id`)
+ CREATE TABLE reddit_livefeed_embed (
+  id int(11) NOT NULL AUTO_INCREMENT,
+  feed_id int(11) NOT NULL DEFAULT '0',
+  seqid int(11) NOT NULL DEFAULT '0',
+  url text,
+  frame_width int(11) NOT NULL DEFAULT '0',
+  frame_height int(11) NOT NULL DEFAULT '0',
+  frame_style text,
+  frame_body longtext,
+  PRIMARY KEY (id)
 ) 
\ No newline at end of file