Sha256: 1bdba35d36b2d9b566f10d2899c69a91555c654d868352b12ffc3ff7beb9e93b
Contents?: true
Size: 226 Bytes
Versions: 5
Compression:
Stored size: 226 Bytes
Contents
# This migration comes from spina (originally 20140718095419) class AddPositionToSpinaPhotoCollectionsPhotos < ActiveRecord::Migration def change add_column :spina_photo_collections_photos, :position, :integer end end
Version data entries
5 entries across 5 versions & 1 rubygems