mm-auth-service/sql/V15__Alter_table_otp.sql

2 lines
93 B
MySQL
Raw Normal View History

2025-07-25 11:00:13 +00:00
ALTER TABLE one_time_passwords ADD CONSTRAINT uniq_user_id_active UNIQUE (user_id, used_at);