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