5 lines
164 B
SQL
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;
|