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