Sha256: de38aef6c6ca36c480d4af5ad3d4912df3432bd7586ec3111354be2ecfefbd8d

Contents?: true

Size: 216 Bytes

Versions: 6

Compression:

Stored size: 216 Bytes

Contents

# This migration comes from alchemy (originally 20130828121054)
class RemoveDoNotIndexFromAlchemyEssenceTexts < ActiveRecord::Migration[4.2]
  def up
    remove_column :alchemy_essence_texts, :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/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-4.1.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-solidus-2.2.0 spec/dummy/db/migrate/20180910094584_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-4.1.0.beta spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy_kono_mailup-0.0.1 spec/dummy/db/migrate/20171124145462_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb
alchemy-devise-4.0.0 spec/dummy/db/migrate/20131018201540_remove_do_not_index_from_alchemy_essence_texts.alchemy.rb