Plume/migrations/sqlite/2019-06-04-102747_create_password_reset_requests_table/down.sql
Rob Watson 4b205fa995 Store password reset requests in database (#610)
* Store password reset requests in database

Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com>

* Refactor password reset request expiry handling

* Integrate sqlite

* Fix formatting
2019-06-04 19:55:17 +01:00

2 lines
36 B
SQL

DROP TABLE password_reset_requests;