Sha256: f49ba8eec6061df9a016f5ceba9a74adcd321f27766e079c02f9d4ddac586c43
Contents?: true
Size: 227 Bytes
Versions: 15
Compression:
Stored size: 227 Bytes
Contents
# This migration comes from spina (originally 20130426133606) class BringOutTheNukes < ActiveRecord::Migration def change remove_column :spina_pages, :parent_id add_column :spina_pages, :parent_id, :integer end end
Version data entries
15 entries across 15 versions & 1 rubygems