Sha256: a92ce39426123ff5f4be2695d45b8ffb095233b781b2d07b4a43563bf5e28386

Contents?: true

Size: 126 Bytes

Versions: 4

Compression:

Stored size: 126 Bytes

Contents

class AddCustomIndexInMcmsBlogPosts < ActiveRecord::Migration
  def change
    add_index :mcms_blog_posts, :user_id
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 db/migrate/20120618105511_add_custom_index_in_mcms_blog_posts.rb
mcms_blog-0.0.4 db/migrate/20120618105511_add_custom_index_in_mcms_blog_posts.rb
mcms_blog-0.0.3 db/migrate/20120618105511_add_custom_index_in_mcms_blog_posts.rb
mcms_blog-0.0.2 db/migrate/20120618105511_add_custom_index_in_mcms_blog_posts.rb