ente/server/migrations/26_update_ott_and_twofactor.down.sql
2024-03-01 13:37:01 +05:30

7 lines
113 B
SQL

ALTER TABLE otts
DROP COLUMN wrong_attempt;
ALTER TABLE two_factor_sessions
DROP COLUMN wrong_attempt;