Sha256: 3c10410eb385c5f73bd989e749fead034bf910e9d35dfd89ce230df90eaf7c24

Contents?: true

Size: 211 Bytes

Versions: 8

Compression:

Stored size: 211 Bytes

Contents

# This migration comes from alchemy (originally 20130828121054)
class RemoveDoNotIndexFromAlchemyEssenceTexts < ActiveRecord::Migration
  def up
    remove_column :alchemy_essence_texts, :do_not_index
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alchemy-devise-3.6.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-3.5.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-3.5.0.beta spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-3.4.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-3.3.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-3.2.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-2.1.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-2.1.0.beta3 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb