Sha256: 053e1ff7737e595ea5d21f4a524c24eab8662e1590f74d420b4034af22725af6

Contents?: true

Size: 185 Bytes

Versions: 38

Compression:

Stored size: 185 Bytes

Contents

class AddAccountIdToTweets < ActiveRecord::Migration
  def self.up
    add_column :tweets, :account_id, :integer
  end

  def self.down
    remove_column :tweets, :account_id
  end
end

Version data entries

38 entries across 38 versions & 15 rubygems

Version Path
anthonycrumley-twitter-0.3.8 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
baron-twitter-0.4.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
billymeltdown-twitter-0.3.8.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
billymeltdown-twitter-0.4.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
billymeltdown-twitter-0.4.3 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
drnic-twitter-0.4.4.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.3.7.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.3.7.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.4.1.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.4.1.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.4.1.3 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dschn-twitter-0.4.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dustin-twitter-0.3.2.1 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dustin-twitter-0.3.2.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
dustin-twitter-0.3.7 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
gilesbowkett-gilesbowkett-twitter-0.4.4 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
gilesbowkett-twitter-0.4.3 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
gilesbowkett-twitter-0.4.5 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
handcrafted-twitter-0.4.0 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb
handcrafted-twitter-0.4.2 lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb