sync
[web.Reddit] / Pman / Reddit / DataObjects / reddit.sql
index e9958e4..7013b05 100644 (file)
@@ -25,5 +25,6 @@ alter table reddit_livefeed add column last_uid varchar(64) not null default '';
   frame_height int(11) NOT NULL DEFAULT '0',
   frame_style text,
   frame_body longtext,
+  frame_body_clean longtext,
   PRIMARY KEY (id)
 ) 
\ No newline at end of file