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-044318_create_em.../down.sql

9 lines
237 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX index_employee_contacts_on_employee_id;
DROP INDEX index_employee_infos_on_employee_id_and_locale;
DROP TABLE employee_contacts;
DROP TABLE employee_infos;
DROP TABLE employees;