2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/db/migrate/20140525233953_remove_uploaded_avatar_template_from_users.rb

5 lines
150 B
Ruby

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