3 lines
100 B
SQL
3 lines
100 B
SQL
-- Drop legacy email OTP table (product uses magic link only).
|
|
DROP TABLE IF EXISTS "OtpChallenge";
|