mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-07 00:01:37 +00:00
5 lines
117 B
SQL
5 lines
117 B
SQL
DROP INDEX IF EXISTS idx_crm_tasks_assigned_team;
|
|
|
|
ALTER TABLE crm_tasks
|
|
DROP COLUMN IF EXISTS assigned_team_id;
|