mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix requiring an extra restart after recent post-deployment migrations (#17422)
Follow-up to #16409
This commit is contained in:
parent
4d6d4b43c6
commit
987d88ea56
@ -45,6 +45,8 @@ class User < ApplicationRecord
|
|||||||
self.ignored_columns = %w(
|
self.ignored_columns = %w(
|
||||||
remember_created_at
|
remember_created_at
|
||||||
remember_token
|
remember_token
|
||||||
|
current_sign_in_ip
|
||||||
|
last_sign_in_ip
|
||||||
)
|
)
|
||||||
|
|
||||||
include Settings::Extend
|
include Settings::Extend
|
||||||
|
Loading…
Reference in New Issue
Block a user