mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-11 16:11:18 +00:00
8 lines
288 B
SQL
8 lines
288 B
SQL
DROP INDEX IF EXISTS idx_delegation_history_created;
|
|
DROP INDEX IF EXISTS idx_delegation_history_team;
|
|
DROP INDEX IF EXISTS idx_delegation_history_source;
|
|
DROP TABLE IF EXISTS delegation_history;
|
|
|
|
DROP INDEX IF EXISTS idx_team_tasks_tsv;
|
|
ALTER TABLE team_tasks DROP COLUMN IF EXISTS tsv;
|