18F/identity-idp

View on GitHub
db/primary_migrate/20220705200821_drop_totp_timestamp_from_users.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DropTotpTimestampFromUsers < ActiveRecord::Migration[6.1]
  def change
    safety_assured { remove_column :users, :totp_timestamp, :integer }
  end
end