5 lines
136 B
MySQL
5 lines
136 B
MySQL
|
DROP INDEX idx_resources_parent_id;
|
||
|
CREATE UNIQUE INDEX uidx_resources_key;
|
||
|
DROP TRIGGER tg_resources_updated_at;
|
||
|
DROP TABLE resources;
|