Files
FamilyHUB/backend/migrations/000007_create_otp.down.sql
T
admin 9d845c8899 Restructured project
- backend moved to backend directory
- added and initialized frontend with vue
- moved infrastructure files to infra directory
2026-04-01 23:16:27 +03:00

4 lines
74 B
SQL

SELECT cron.unschedule('cleanup-expired-otp');
DROP TABLE IF EXISTS otp;