From: Claire Date: Tue, 1 Feb 2022 19:57:39 +0000 (+0100) Subject: Fix requiring an extra restart after recent post-deployment migrations (#17422) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=987d88ea56cd293456471f0262b5510613fe883e;p=mastodon.git Fix requiring an extra restart after recent post-deployment migrations (#17422) Follow-up to #16409 --- diff --git a/app/models/user.rb b/app/models/user.rb index c2bc5b590..bec94a1c8 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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