Sha256: de750e8087c9a07cbfc800d235e41f1bc07a6fcdcaf73baf1e2cd4f5b3c45552
Contents?: true
Size: 194 Bytes
Versions: 15
Compression:
Stored size: 194 Bytes
Contents
# This migration comes from spina (originally 20130503105356) class AddFileToSpinaPageParts < ActiveRecord::Migration def change add_column :spina_page_parts, :file_id, :integer end end
Version data entries
15 entries across 15 versions & 1 rubygems