mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove trailing whitespaces ❤️
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# avatar_url does not function properly as it does not properly deal with scaling.
|
||||
# css based scaling is inefficient and has terrible results in both firefox and ie. canvas based scaling is slow.
|
||||
# avatar_url does not function properly as it does not properly deal with scaling.
|
||||
# css based scaling is inefficient and has terrible results in both firefox and ie. canvas based scaling is slow.
|
||||
#
|
||||
# for local urls we need to upload an image and have a pointer to the upload, then use the upload id in the user table
|
||||
# for gravatar we already have the email and can hash it
|
||||
@@ -10,6 +10,6 @@ class DropAvatarUrlFromUsers < ActiveRecord::Migration
|
||||
end
|
||||
|
||||
def down
|
||||
add_column :users, :avatar_url, :string, null: false, default: ''
|
||||
add_column :users, :avatar_url, :string, null: false, default: ''
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user