1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/migrations/2020-10-21-064644_create_do.../down.sql

7 lines
190 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX index_donation_crypto_addresses_on_code;
DROP INDEX index_donation_crypto_addresses_on_name;
DROP TABLE donation_crypto_addresses;