Sha256: 344b667094d91a0fab16d56edb13c5b81ec0e026106be403753d57002f7ae126

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 Bytes

Contents

# This migration comes from alchemy (originally 20130828121120)
class RemoveDoNotIndexFromAlchemyEssenceRichtexts < ActiveRecord::Migration[4.2]
  def up
    remove_column :alchemy_essence_richtexts, :do_not_index
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
alchemy-devise-4.2.0 spec/dummy/db/migrate/20131018201541_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb
alchemy-devise-4.1.0 spec/dummy/db/migrate/20131018201541_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb
alchemy-solidus-2.2.0 spec/dummy/db/migrate/20180910094585_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb
alchemy-devise-4.1.0.beta spec/dummy/db/migrate/20131018201541_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb
alchemy_kono_mailup-0.0.1 spec/dummy/db/migrate/20171124145463_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb
alchemy-devise-4.0.0 spec/dummy/db/migrate/20131018201541_remove_do_not_index_from_alchemy_essence_richtexts.alchemy.rb