Class: AddExternalKeyToContentBlocks

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/sufia/models/templates/migrations/add_external_key_to_content_blocks.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/generators/sufia/models/templates/migrations/add_external_key_to_content_blocks.rb', line 2

def change
  add_column :content_blocks, :external_key, :string
  remove_index :content_blocks, :name
end