beteran-server-service/migrations/202206181210_resource_action/down.sql
2022-08-06 11:37:51 +00:00

5 lines
164 B
SQL

DROP UNIQUE INDEX uidx_resource_actions_key;
DROP INDEX idx_resource_actions_resource_id;
DROP TRIGGER tg_resource_actions_updated_at;
DROP TABLE resource_actions;