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