BigW Consortium Gitlab

20150327122227_add_public_to_key.rb 161 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddPublicToKey < ActiveRecord::Migration
  def change
    add_column :keys, :public, :boolean, default: false, null: false
  end
end