Sha256: c354a4a00ea1cae16051ec2c9b95b5a4f1e54a77261395eb0047afe4634dfd34
Contents?: true
Size: 180 Bytes
Versions: 34
Compression:
Stored size: 180 Bytes
Contents
class AddExternalKeyToContentBlocks < ActiveRecord::Migration def change add_column :content_blocks, :external_key, :string remove_index :content_blocks, :name end end
Version data entries
34 entries across 34 versions & 4 rubygems