]> cat aescling's git repositories - mastodon.git/commitdiff
Fix requiring an extra restart after recent post-deployment migrations (#17422)
authorClaire <claire.github-309c@sitedethib.com>
Tue, 1 Feb 2022 19:57:39 +0000 (20:57 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 19:57:39 +0000 (20:57 +0100)
Follow-up to #16409

app/models/user.rb

index c2bc5b5901f72a0ae2e3997523b6c4fd02e2e5b4..bec94a1c880482a688fc6ef1b55a46e033128398 100644 (file)
@@ -45,6 +45,8 @@ class User < ApplicationRecord
   self.ignored_columns = %w(
     remember_created_at
     remember_token
+    current_sign_in_ip
+    last_sign_in_ip
   )
 
   include Settings::Extend