ente/server/migrations/80_two_factor_recovery.down.sql

2 lines
127 B
MySQL
Raw Normal View History

2024-03-06 04:34:03 +00:00
DROP TABLE IF EXISTS two_factor_recovery;
DROP TRIGGER IF EXISTS update_two_factor_recovery_updated_at ON two_factor_recovery;