Files
community-rule/prisma/migrations/20260405120000_remove_otp_challenge/migration.sql
T
2026-04-06 16:37:15 -06:00

3 lines
100 B
SQL

-- Drop legacy email OTP table (product uses magic link only).
DROP TABLE IF EXISTS "OtpChallenge";