Sha256: e97626a6100e36213b39799338b6281b855bb8673f6074fd5e2ffff035561305

Contents?: true

Size: 251 Bytes

Versions: 34

Compression:

Stored size: 251 Bytes

Contents

class CreateContentBlocks < ActiveRecord::Migration[5.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

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143541_create_content_blocks.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212837_create_content_blocks.hyrax.rb