BrainMinder/assets/migrations/000003_create_password_resets_table.down.sql

5 lines
70 B
MySQL
Raw Normal View History

2024-08-22 10:13:16 +02:00
DROP INDEX idx_password_resets_user_id;
DROP TABLE password_resets;