Skip to content
Snippets Groups Projects
Unverified Commit 987d88ea authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix requiring an extra restart after recent post-deployment migrations (#17422)

Follow-up to #16409
parent 4d6d4b43
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment