Sha256: e228d87f19ffb028cc365b40b39cc0ca4f2188ff1fbfd77391ef3e9f2336ed62

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

class AddAncestryToPages < ActiveRecord::Migration
  def change
    add_column :wafflemix_pages, :ancestry, :string

    add_index :wafflemix_pages, :ancestry
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 db/migrate/20120915124116_add_ancestry_to_pages.rb
wafflemix-0.0.5 db/migrate/20120915124116_add_ancestry_to_pages.rb
wafflemix-0.0.4 db/migrate/20120915124116_add_ancestry_to_pages.rb
wafflemix-0.0.3 db/migrate/20120915124116_add_ancestry_to_pages.rb
wafflemix-0.0.2 db/migrate/20120915124116_add_ancestry_to_pages.rb
wafflemix-0.0.1 db/migrate/20120915124116_add_ancestry_to_pages.rb