touch up the down on the latest migration

This commit is contained in:
danielgrippi 2011-10-17 18:21:12 -07:00
parent 38d685e06e
commit e48e2fb56a

View file

@ -12,7 +12,8 @@ class AddBackIndexes < ActiveRecord::Migration
remove_index :comments, :column => [:commentable_id, :commentable_type]
remove_index :photos, :column => :status_message_guid
change_column :share_visibilities, :shareable_type
change_column :comments, :commentable_type
change_column :share_visibilities, :shareable_type, :string, :default => "Post", :null => false
change_column :comments, :commentable_type, :string, :default => "Post", :null => false
# reduce index size
end
end