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