discourse/db/migrate/20140525233953_remove_uploaded_avatar_template_from_users.rb
Sam 504cfcff96 Fix specs for avatars
Implement avatar picker
Correct avatar related jobs
2014-05-27 10:08:03 +10:00

5 lines
145 B
Ruby

class RemoveUploadedAvatarTemplateFromUsers < ActiveRecord::Migration
def change
remove_column :users, :uploaded_avatar_template
end
end