BigW Consortium Gitlab

20110917212932_add_identifier_to_key.rb 117 Bytes
Newer Older
gitlabhq committed
1 2 3 4 5
class AddIdentifierToKey < ActiveRecord::Migration
  def change
    add_column :keys, :identifier, :string
  end
end