Sha256: ac4b107d22348a109e15227bb9a385857cc41110100b039b5275105a2d178482
Contents?: true
Size: 181 Bytes
Versions: 15
Compression:
Stored size: 181 Bytes
Contents
# This migration comes from spina (originally 20130429092708) class AddNameToSpinaPages < ActiveRecord::Migration def change add_column :spina_pages, :name, :string end end
Version data entries
15 entries across 15 versions & 1 rubygems