Sha256: a7327d1b580758833841f4f956c799813e700bdff7ae08e557e631e9b3af4d74

Contents?: true

Size: 134 Bytes

Versions: 2

Compression:

Stored size: 134 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb
exposition-0.0.5.6.pre.alpha db/migrate/20160112194424_add_author_id_to_posts.rb