beteran-server-service/migrations/202206201300_captcha/down.sql

4 lines
61 B
MySQL
Raw Normal View History

2022-08-05 04:10:34 +00:00
DROP UNIQUE INDEX uidx_captchas_token;
DROP TABLE captchas;