Index: contemplate.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/contemplate/contemplate.install,v
retrieving revision 1.4.2.2
diff -u -r1.4.2.2 contemplate.install
--- contemplate.install	25 Mar 2007 19:23:09 -0000	1.4.2.2
+++ contemplate.install	18 May 2007 22:47:27 -0000
@@ -9,6 +9,7 @@
       type varchar(32) NOT NULL default '',
       teaser text NOT NULL,
       body text NOT NULL,
+      rss text NOT NULL,
       KEY type (type)
       ) /*!40100 DEFAULT CHARACTER SET utf8 */;");
 
@@ -19,6 +20,7 @@
       type varchar(32) NOT NULL default '',
       teaser text NOT NULL,
       body text NOT NULL,
+      rss text NOT NULL,
       PRIMARY KEY (type)
       );");
 
