<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,9 @@
 class AddPublishedColumnToContentTable &lt; ActiveRecord::Migration
   def self.up
 	add_column(:contents, :published, :boolean)
-	add_column(:content_versions, :published, :boolean)
   end
 
   def self.down
 	remove_column(:contents, :published)
-	remove_column(:content_versions, :published)
   end
-end
\ No newline at end of file
+end</diff>
      <filename>db/migrate/016_add_published_column_to_content_table.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,6 @@ class AddPublishedAtToContentsTable &lt; ActiveRecord::Migration
   def self.up
     remove_column :posts, :published_at
     add_column :contents, :published_at, :timestamp
-    add_column :content_versions, :published_at, :timestamp
     
     content = Content.find(:all)
     Content.record_timestamps = false
@@ -13,6 +12,5 @@ class AddPublishedAtToContentsTable &lt; ActiveRecord::Migration
   def self.down
     add_column :posts, :published_at, :datetime
     remove_column :contents, :published_at
-    remove_column :content_versions, :published_at
   end
 end</diff>
      <filename>db/migrate/020_add_published_at_to_contents_table.rb</filename>
    </modified>
    <modified>
      <diff>@@ -84,24 +84,6 @@ ActiveRecord::Schema.define(:version =&gt; 39) do
 
   add_index &quot;comments&quot;, [&quot;user_id&quot;], :name =&gt; &quot;fk_comments_user&quot;
 
-  create_table &quot;content_versions&quot;, :force =&gt; true do |t|
-    t.integer  &quot;content_id&quot;,     :limit =&gt; 11
-    t.integer  &quot;version&quot;,        :limit =&gt; 11
-    t.integer  &quot;status_id&quot;,      :limit =&gt; 11
-    t.integer  &quot;user_id&quot;,        :limit =&gt; 11
-    t.string   &quot;title&quot;
-    t.string   &quot;keywords&quot;
-    t.text     &quot;text&quot;
-    t.integer  &quot;owner_id&quot;,       :limit =&gt; 11
-    t.string   &quot;owner_type&quot;
-    t.boolean  &quot;allow_comments&quot;
-    t.boolean  &quot;is_think_box&quot;
-    t.datetime &quot;created_at&quot;
-    t.datetime &quot;updated_at&quot;
-    t.boolean  &quot;published&quot;
-    t.datetime &quot;published_at&quot;
-  end
-
   create_table &quot;contents&quot;, :force =&gt; true do |t|
     t.integer  &quot;status_id&quot;,      :limit =&gt; 11
     t.integer  &quot;user_id&quot;,        :limit =&gt; 11
@@ -114,7 +96,6 @@ ActiveRecord::Schema.define(:version =&gt; 39) do
     t.boolean  &quot;is_think_box&quot;
     t.datetime &quot;created_at&quot;
     t.datetime &quot;updated_at&quot;
-    t.integer  &quot;version&quot;,        :limit =&gt; 11
     t.boolean  &quot;published&quot;
     t.datetime &quot;published_at&quot;
   end</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3085462237730a705074e351a5d331f10b320f3</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Ray</name>
    <email>bryansray@gmail.com</email>
  </author>
  <url>http://github.com/bryansray/tempo/commit/1b626ecc2b569824929365835eaedd8f12438374</url>
  <id>1b626ecc2b569824929365835eaedd8f12438374</id>
  <committed-date>2008-05-16T12:28:18-07:00</committed-date>
  <authored-date>2008-05-16T12:28:18-07:00</authored-date>
  <message>Removed references to versioning from the migrations</message>
  <tree>45a483198a684053eeecaa67f0d7614116c38dda</tree>
  <committer>
    <name>Bryan Ray</name>
    <email>bryansray@gmail.com</email>
  </committer>
</commit>
