Sha256: 8e884761bad306f3175812ffa00ffd88bf6fd24f98dab40b138c9fda30438bda

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

class AddAncestryToPage < ActiveRecord::Migration
  def self.up
    add_index :pages, :ancestry 
  end
 
  def self.down
    remove_index :pages, :ancestry
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 db/migrate/20120314110922_add_ancestry_to_page.rb