beteran-server-service/migrations/202206191200_role/down.sql

5 lines
118 B
MySQL
Raw Normal View History

2022-08-06 11:37:51 +00:00
DROP UNIQUE INDEX uidx_roles_key;
DROP INDEX idx_roles_parent_id;
DROP TRIGGER tg_roles_updated_at;
DROP TABLE roles;