Sha256: c5333df89285b8b6f05313b85f81e506c1f98894a3fb76a234216feda9327ae0

Contents?: true

Size: 308 Bytes

Versions: 50

Compression:

Stored size: 308 Bytes

Contents

class AddVariousIndicesToPages < ActiveRecord::Migration
  
  def self.up
    add_index :pages, :updated_at
    add_index :pages, :for_blog
    add_index :pages, :title
  end
  
  def self.down
    remove_index :pages, :updated_at
    remove_index :pages, :for_blog
    remove_index :pages, :title
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
tkh_content-0.10.10 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.9 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.8 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.7 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.6 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.5.1 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.5 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.4 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.3 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.2 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10.1 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.10 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.20 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.19 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.18 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.17 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.16 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.15 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.14 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb
tkh_content-0.9.13 lib/generators/tkh_content/create_or_update_migrations/templates/add_various_indices_to_pages.rb