debian-mirror-gitlab/db/migrate/20140214102325_add_api_key_to_services.rb
2016-06-16 23:09:34 +05:30

7 lines
141 B
Ruby

# rubocop:disable all
class AddApiKeyToServices < ActiveRecord::Migration
def change
add_column :services, :api_key, :string
end
end