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