Sha256: 6c32ca4e7073edf5ac0b9c231fdfaa40af338a3de0288b5637e2d7fd58ec06f9
Contents?: true
Size: 329 Bytes
Versions: 15
Compression:
Stored size: 329 Bytes
Contents
# This migration comes from spina (originally 20130425080630) class ChangePageIncludes < ActiveRecord::Migration def change drop_table :spina_page_includes add_column :spina_page_parts, :page_id, :integer add_column :spina_page_parts, :photo_id, :integer add_column :spina_page_parts, :content, :text end end
Version data entries
15 entries across 15 versions & 1 rubygems