update with changes from Production branch
This commit is contained in:
6
db/migrate/20130621124211_change_api_key_limit.rb
Normal file
6
db/migrate/20130621124211_change_api_key_limit.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class ChangeApiKeyLimit < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :twitter_accounts, :api_key, :string, :limit => 17, :null => false
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user