gitlabhq/db/migrate/20110917212932_add_identifi...

6 lines
117 B
Ruby

class AddIdentifierToKey < ActiveRecord::Migration
def change
add_column :keys, :identifier, :string
end
end