Sha256: 9b94505b54165a4417a4adda2080b3315d1859c41ba92a79cd9a8e37902d2c25

Contents?: true

Size: 242 Bytes

Versions: 15

Compression:

Stored size: 242 Bytes

Contents

class CreateFeatures < ActiveRecord::Migration[4.2]
  def change
    create_table :hyrax_features do |t|
      t.string :key, null: false
      t.boolean :enabled, null: false, default: false

      t.timestamps null: false
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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