Sha256: 8db9b72e32b7d00758f23201e1e88e8c8f08cf5a72c73c6a713cf1bb3364024a
Contents?: true
Size: 236 Bytes
Versions: 15
Compression:
Stored size: 236 Bytes
Contents
# This migration comes from spina (originally 20130503105943) class ChangeColumnsSpinaFiles < ActiveRecord::Migration def change remove_column :spina_page_parts, :file_id add_column :spina_page_parts, :file, :string end end
Version data entries
15 entries across 15 versions & 1 rubygems