Skip to content

Commit

Permalink
DEV: ignore the 2FA table when moving timestamps (#13793)
Browse files Browse the repository at this point in the history
or 2FA will be broken after moving. We use this script for moving timestamps when restoring Try.
  • Loading branch information
AndrewPrigorshnev committed Jul 20, 2021
1 parent 1a8c949 commit efc8d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/db_timestamps_mover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def is_date?(string)
end

def create_updater
ignore_tables = %w[application_requests user_visits]
ignore_tables = %w[application_requests user_second_factors user_visits]
TimestampsUpdater.new "public", ignore_tables
end

Expand Down

0 comments on commit efc8d5f

Please sign in to comment.