2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

DEV: Review follow up to 234cd5c3e7.

This commit is contained in:
Guo Xiang Tan 2020-05-20 16:17:59 +08:00
parent 2f03a879f9
commit 3aecc1990b
No known key found for this signature in database
GPG key ID: FBD110179AAC1F20

View file

@ -10,5 +10,6 @@ class ClearLastGravatarDownloadAttemptOnUserAvatars < ActiveRecord::Migration[6.
end
def down
raise ActiveRecord::IrreversibleMigration
end
end