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