Sha256: 410bc1958a7c1137de74c3f54ea53e0367db5266e5fa562507cc74a1826682d6

Contents?: true

Size: 137 Bytes

Versions: 4

Compression:

Stored size: 137 Bytes

Contents

class AddCustomIndexInMcmsBlogComments < ActiveRecord::Migration
  def change
    add_index :mcms_blog_comments, :blog_post_id
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 db/migrate/20120618105246_add_custom_index_in_mcms_blog_comments.rb
mcms_blog-0.0.4 db/migrate/20120618105246_add_custom_index_in_mcms_blog_comments.rb
mcms_blog-0.0.3 db/migrate/20120618105246_add_custom_index_in_mcms_blog_comments.rb
mcms_blog-0.0.2 db/migrate/20120618105246_add_custom_index_in_mcms_blog_comments.rb