ente/server/migrations/67_email_mfa_column.down.sql

3 lines
55 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE users
DROP COLUMN IF EXISTS email_mfa;