Commit 430392514009afc5bde58ce40d5b110e5788ba8a

Authored by AntonioTerceiro
1 parent e40707bb

ActionItem8: reverting unecessary change



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@430 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
db/migrate/008_add_comatose_support.rb
... ... @@ -29,7 +29,7 @@ class AddComatoseSupport < ActiveRecord::Migration
29 29 end
30 30 Comatose::Page.create_versioned_table
31 31 puts "Creating the default 'Home Page'..."
32   - Comatose::Page.create!( :title=>'Home Page', :body=>"h1. Welcome\n\nYour content goes here...", :author=>'System' , :parent_id => 0).update_attribute(:parent_id, nil)
  32 + Comatose::Page.create!( :title=>'Home Page', :body=>"h1. Welcome\n\nYour content goes here...", :author=>'System' )
33 33 end
34 34  
35 35 def self.down
... ...