beteran-server-service/migrations/202206191210_role_resource_action/down.sql

3 lines
80 B
MySQL
Raw Normal View History

2022-08-06 11:37:51 +00:00
DROP INDEX idx_role_resource_actions_role_id;
DROP TABLE role_resource_actions;