Sha256: fdbfe64bfbd0db24db1e975fe892f6965195460c297b47dd90998d5aead385f0

Contents?: true

Size: 136 Bytes

Versions: 3

Compression:

Stored size: 136 Bytes

Contents

class AddCategoryIdToBlogrPosts < ActiveRecord::Migration
  def change
    add_reference :blogr_posts, :category, index: true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogr-0.0.8 db/migrate/20131103162801_add_category_id_to_blogr_posts.rb
blogr-0.0.7 db/migrate/20131103162801_add_category_id_to_blogr_posts.rb
blogr-0.0.6 db/migrate/20131103162801_add_category_id_to_blogr_posts.rb