Sha256: 3a967ea63eec92174836475bf491fb09f4c5d666f8262569001ebe0770e7df7f

Contents?: true

Size: 117 Bytes

Versions: 15

Compression:

Stored size: 117 Bytes

Contents

class AddAuthorToPosts < ActiveRecord::Migration
  def change
    add_column :posts, :author_id, :integer

  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
crowdblog-0.0.16 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.15 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.14 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.13 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.12 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.10 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.9 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.8 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.7 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.6 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.5 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.4 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.3 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.2 db/migrate/20120219014520_add_author_to_posts.rb
crowdblog-0.0.1 db/migrate/20120219014520_add_author_to_posts.rb