From 3aecc1990b8e8ffea8da50fb48d3e76610306098 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 20 May 2020 16:17:59 +0800 Subject: [PATCH] DEV: Review follow up to 234cd5c3e7f8d1be7c98af7eeb572e5b79f0a16a. --- ...15508_clear_last_gravatar_download_attempt_on_user_avatars.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb b/plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb index d7f30797b57..c9029730814 100644 --- a/plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb +++ b/plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb @@ -10,5 +10,6 @@ class ClearLastGravatarDownloadAttemptOnUserAvatars < ActiveRecord::Migration[6. end def down + raise ActiveRecord::IrreversibleMigration end end