mirror of
https://github.com/ente-io/ente.git
synced 2025-07-02 21:49:40 +00:00
7 lines
113 B
SQL
7 lines
113 B
SQL
ALTER TABLE otts
|
|
DROP COLUMN wrong_attempt;
|
|
|
|
|
|
ALTER TABLE two_factor_sessions
|
|
DROP COLUMN wrong_attempt;
|