Sha256: 8e2f1179914672f37a3b76a1518cd669a47fd2bcc6408926104c6929d6aaeb36

Contents?: true

Size: 190 Bytes

Versions: 7

Compression:

Stored size: 190 Bytes

Contents

class AddPhotoUrl < ActiveRecord::Migration
  def self.up
    add_column :profiles, :photo_remote_url, :string
  end

  def self.down
    remove_column :profiles, :photo_remote_url
  end
end

Version data entries

7 entries across 5 versions & 2 rubygems

Version Path
muck-profiles-3.1.5 db/migrate/20110713040718_add_photo_url.rb
muck-profiles-3.1.4 db/migrate/20110713040718_add_photo_url.rb
muck-profiles-3.1.4 test/db/migrate/20110713040718_add_photo_url.rb
muck-auth-3.5.4 test/db/migrate/20110713040718_add_photo_url.rb
muck-auth-3.5.3 test/db/migrate/20110713040718_add_photo_url.rb
muck-profiles-3.1.3 db/migrate/20110713040718_add_photo_url.rb
muck-profiles-3.1.3 test/db/migrate/20110713040718_add_photo_url.rb