beteran-server-service/migrations/202206181200_resource/down.sql

5 lines
136 B
MySQL
Raw Normal View History

2022-08-06 11:37:51 +00:00
DROP INDEX idx_resources_parent_id;
CREATE UNIQUE INDEX uidx_resources_key;
DROP TRIGGER tg_resources_updated_at;
DROP TABLE resources;