From 378f6d5bc40bafe7244246511732a9c4d36a891c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 16 Dec 2014 19:00:14 +0800 Subject: [PATCH] Pman/Reddit/DataObjects/reddit.sql --- Pman/Reddit/DataObjects/reddit.sql | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Pman/Reddit/DataObjects/reddit.sql b/Pman/Reddit/DataObjects/reddit.sql index d4a155888..e9958e4ff 100644 --- a/Pman/Reddit/DataObjects/reddit.sql +++ b/Pman/Reddit/DataObjects/reddit.sql @@ -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 -- 2.39.2