mirror of
https://github.com/ente-io/ente.git
synced 2025-07-20 02:44:12 +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;
|