Sha256: 5e8b1111cf057aad1e5bbcbfb4220c3cdacab99c1af61982502d4c4db3c15f3a

Contents?: true

Size: 251 Bytes

Versions: 15

Compression:

Stored size: 251 Bytes

Contents

class CreateContentBlocks < ActiveRecord::Migration[4.2]
  def change
    create_table :content_blocks do |t|
      t.string :name
      t.text :value
      t.timestamps null: false
    end
    add_index :content_blocks, :name, unique: true
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-1.1.1 db/migrate/20160328222164_create_content_blocks.rb
hyrax-1.1.0 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.rc3 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.rc2 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.rc1 db/migrate/20160328222164_create_content_blocks.rb
hyrax-1.0.5 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.beta5 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.beta4 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.beta3 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.beta2 db/migrate/20160328222164_create_content_blocks.rb
hyrax-2.0.0.beta1 db/migrate/20160328222164_create_content_blocks.rb
hyrax-1.0.4 db/migrate/20160328222164_create_content_blocks.rb
hyrax-1.0.3 db/migrate/20160328222164_create_content_blocks.rb
hyrax-1.0.2 db/migrate/20160328222164_create_content_blocks.rb