thingspeak/db/migrate/20130618221922_change_api_key.rb
2014-02-17 12:05:39 -05:00

7 lines
124 B
Ruby

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