- Graph mail: discover nested childFolders, merge new folders into cached graphFolderQueue without breaking in-progress cursors - Add mail_folders.parent_id (migration 000050) and wire hierarchy on import - Shared drives: skip discovery on delta ticks, guard merge by project - Provision: remove platform-domain email rewrite on claim - Integration tests for nested folders, parent_id, delta childFolders mocks
3 lines
104 B
SQL
3 lines
104 B
SQL
DROP INDEX IF EXISTS idx_mail_folders_parent;
|
|
ALTER TABLE mail_folders DROP COLUMN IF EXISTS parent_id;
|