BigW Consortium Gitlab

20140214102325_add_api_key_to_services.rb 141 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddApiKeyToServices < ActiveRecord::Migration
  def change
    add_column :services, :api_key, :string
  end
end