Sha256: 16ce1e20e7426ed43b1195e8cff76c9abcd8e711119cc7a8841ee3bc2eba3ed3
Contents?: true
Size: 183 Bytes
Versions: 6
Compression:
Stored size: 183 Bytes
Contents
class RemovePostIdFromAuthor < ActiveRecord::Migration def self.up remove_column :authors, :post_id end def self.down add_column :authors, :post_id, :integer end end
Version data entries
6 entries across 6 versions & 1 rubygems