mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
5 lines
105 B
SQL
5 lines
105 B
SQL
DROP INDEX IF EXISTS idx_autopilot_project;
|
|
|
|
ALTER TABLE autopilot
|
|
DROP COLUMN IF EXISTS project_id;
|