Files
FamilyHUB/backend/migrations/000005_create_otp.down.sql
T
admin 413fb0ddea
Build and Deploy / build-and-deploy (push) Successful in 31m25s
fixed connection string in configs
2026-05-24 16:22:31 +03:00

4 lines
74 B
SQL

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