4 lines
129 B
SQL

DROP INDEX idx_member_bank_accounts_member_id;
DROP TRIGGER tg_member_bank_accounts_updated_at;
DROP TABLE member_bank_accounts;