Browse Source

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

Follow-up to #16409
closed-social-glitch-2
Claire 2 years ago
committed by GitHub
parent
commit
987d88ea56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/models/user.rb

+ 2
- 0
app/models/user.rb View 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

Loading…
Cancel
Save