ente/server/migrations/26_update_ott_and_twofactor.down.sql

7 lines
113 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE otts
DROP COLUMN wrong_attempt;
ALTER TABLE two_factor_sessions
DROP COLUMN wrong_attempt;