Sha256: 46f3a8608fe5e620b948a057d38374c64de335818db446135130a5bb256ffea1

Contents?: true

Size: 128 Bytes

Versions: 9

Compression:

Stored size: 128 Bytes

Contents

class AddCustomAuthorToPost < ActiveRecord::Migration
  def change
  	add_column :spud_posts, :custom_author, :string
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tb_blog-1.4.4 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.4.3 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.4.2 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.3.5 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.4.1 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.4.0 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.3.4 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.4.beta1 db/migrate/20151015151133_add_custom_author_to_post.rb
tb_blog-1.3.3 db/migrate/20151015151133_add_custom_author_to_post.rb