debian-mirror-gitlab/db/migrate/20130506085413_add_type_to_key.rb

6 lines
105 B
Ruby
Raw Normal View History

2014-09-02 18:07:02 +05:30
class AddTypeToKey < ActiveRecord::Migration
def change
add_column :keys, :type, :string
end
end