Sha256: fb8b4b3e101b1335e4af3dab93b5d74ec3fd44a25ff3dfe3dabdee5caad0d0bb

Contents?: true

Size: 184 Bytes

Versions: 17

Compression:

Stored size: 184 Bytes

Contents

# This migration comes from fuel (originally 20150530180444)
class AddAuthorIdToPosts < ActiveRecord::Migration
  def change
    add_column :fuel_posts, :author_id, :integer
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
fuel-0.4.10 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.9 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.8 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.7 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.6 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.5 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.4 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.3 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.2 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.4.1 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.34 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.33 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.32 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.31 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.30 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.29 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb
fuel-0.3.28 spec/dummy/db/migrate/20150616184615_add_author_id_to_posts.fuel.rb