26_update_ott_and_twofactor.down.sql 113 B

123456
  1. ALTER TABLE otts
  2. DROP COLUMN wrong_attempt;
  3. ALTER TABLE two_factor_sessions
  4. DROP COLUMN wrong_attempt;