Sha256: b6a5b8268eb3a3cce6e61fa1afc46a95d08d5f74105b991ff3c82a863ea85715

Contents?: true

Size: 204 Bytes

Versions: 68

Compression:

Stored size: 204 Bytes

Contents

class AddExternalKeyToContentBlocks < ActiveRecord::Migration<%= migration_version %>
  def change
    add_column :content_blocks, :external_key, :string
    remove_index :content_blocks, :name
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.4 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.3 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.2 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.0 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.0.rc3 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.0.rc2 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-5.0.0.rc1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-3.6.0 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0.rc3 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0.rc2 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0.rc1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-3.5.0 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0.beta2 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-3.4.2 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-4.0.0.beta1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-3.4.1 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb
hyrax-3.4.0 lib/generators/hyrax/templates/db/migrate/20160328222166_add_external_key_to_content_blocks.rb.erb