update with changes from Production branch
This commit is contained in:
6
db/migrate/20130618221922_change_api_key.rb
Normal file
6
db/migrate/20130618221922_change_api_key.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class ChangeApiKey < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :twitter_accounts, :api_key, :string
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user