Sha256: 589429723bf0ac4975580384f68d63e58b8fdd5880834a0f9d73ff61ba9fedba
Contents?: true
Size: 270 Bytes
Versions: 19
Compression:
Stored size: 270 Bytes
Contents
class AddGalleryTitleToPolyphotos < ActiveRecord::Migration def up add_column :polygallery_photos, :gallery_title, :string add_column :polygallery_photos, :gallery_title, :string end def down remove_column :polygallery_photos, :gallery_title end end
Version data entries
19 entries across 19 versions & 1 rubygems