gitlab-org--gitlab-foss/db/migrate/20130506085413_add_type_to_...

6 lines
105 B
Ruby

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