debian-mirror-gitlab/db/migrate/20130506085413_add_type_to_key.rb
2014-09-02 14:37:02 +02:00

6 lines
105 B
Ruby

class AddTypeToKey < ActiveRecord::Migration
def change
add_column :keys, :type, :string
end
end