fuzzysearch/migrations/20210221033051_authentication.down.sql
2021-02-20 22:48:03 -05:00

4 lines
63 B
SQL

DROP TABLE rate_limit;
DROP TABLE api_key;
DROP TABLE account;