Sha256: bb3479eac2410c97eb5a02bde39abdf2c05fc9bca77de63e9a08beb7e694922c
Contents?: true
Size: 165 Bytes
Versions: 8
Compression:
Stored size: 165 Bytes
Contents
class AddBlogIdToPosts < ActiveRecord::Migration def change add_column :storytime_posts, :blog_id, :integer add_index :storytime_posts, :blog_id end end
Version data entries
8 entries across 8 versions & 1 rubygems