thingspeak/db/migrate/20130618221922_change_api_key.rb

7 lines
124 B
Ruby
Raw Normal View History

class ChangeApiKey < ActiveRecord::Migration
def change
change_column :twitter_accounts, :api_key, :string
end
end