Files
FamilyHUB/backend/migrations/000005_create_otp.down.sql
T
admin 11f4b9c921
Build and Deploy / build-and-deploy (push) Successful in 58s
fixed connection string in configs
2026-05-24 16:23:26 +03:00

4 lines
74 B
SQL

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