# File lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb, line 2
  def self.up
    add_column :tweets, :account_id, :integer
  end