Sha256: e8a58d5ca70c60269732ca743136792012d6e4afa8826455962b1d6550dd199c

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

class CreateFeatures < ActiveRecord::Migration
  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

4 entries across 4 versions & 2 rubygems

Version Path
hyrax-1.0.1 db/migrate/20160415212015_create_features.rb
hyrax-1.0.0.rc2 db/migrate/20160415212015_create_features.rb
hyrax-1.0.0.rc1 db/migrate/20160415212015_create_features.rb
test_hyrax-0.0.1.alpha db/migrate/20160415212015_create_features.rb