mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-24 18:19:37 +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;
|