ente/server/migrations/80_two_factor_recovery.down.sql
Neeraj Gupta fe181fecbe Rename
2024-03-08 15:15:00 +05:30

3 lines
128 B
SQL

DROP TABLE IF EXISTS two_factor_recovery;
DROP TRIGGER IF EXISTS update_two_factor_recovery_updated_at ON two_factor_recovery;