Sha256: 00493e1a4003510e282e79fe080d897531b4af8f66c735f3814c5f8f549b9824
Contents?: true
Size: 354 Bytes
Versions: 21
Compression:
Stored size: 354 Bytes
Contents
class UpgradePhotoRelationships < ActiveRecord::Migration def change add_column :spud_photo_albums_photos, :id, :primary_key add_column :spud_photo_albums_photos, :order, :integer, :default => 0 add_column :spud_photo_galleries_albums, :id, :primary_key add_column :spud_photo_galleries_albums, :order, :integer, :default => 0 end end
Version data entries
21 entries across 21 versions & 2 rubygems