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