Files
FamilyHUB/migrations/000007_create_otp.down.sql
T
admin 48ef7217eb Updated API and Bot.
- added auth
- updated structure
2026-04-01 22:16:26 +03:00

4 lines
74 B
SQL

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