Sha256: bbff1a55a79171c94714d46f16b2c38e10d1b995786b2302cf603267e3f26a24
Contents?: true
Size: 185 Bytes
Versions: 15
Compression:
Stored size: 185 Bytes
Contents
class AddExternalKeyToContentBlocks < ActiveRecord::Migration[4.2] def change add_column :content_blocks, :external_key, :string remove_index :content_blocks, :name end end
Version data entries
15 entries across 15 versions & 1 rubygems