Class: AddParentIdToPages

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/tkh_content/create_or_update_migrations/templates/add_parent_id_to_pages.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/generators/tkh_content/create_or_update_migrations/templates/add_parent_id_to_pages.rb', line 2

def change
  add_column :pages, :parent_id, :integer
  add_index :pages, :parent_id
end