Sha256: 523fcc637a306398d1271d5945165b7b6f2920db08fb23805c9fb7f9b19e5387

Contents?: true

Size: 129 Bytes

Versions: 7

Compression:

Stored size: 129 Bytes

Contents

class AddAuthorIdToPosts < ActiveRecord::Migration
  def change
    add_column :exposition_posts, :author_id, :integer
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
exposition-0.0.5.5.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.5.4.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.5.2.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.5.1.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.5.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.4.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.3.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb