1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 04:09:53 +00:00
discourse/db/migrate/20140525233953_remove_uploaded_avatar_template_from_users.rb

6 lines
150 B
Ruby
Raw Normal View History

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