mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class RenameConfirmTranslationKey < ActiveRecord::Migration
|
||||
class RenameConfirmTranslationKey < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
execute "UPDATE translation_overrides SET translation_key = 'user_notifications.confirm_new_email.subject_template'
|
||||
WHERE translation_key = 'user_notifications.authorize_email.subject_template'"
|
||||
|
||||
Reference in New Issue
Block a user