- Introduced a new SQL migration file to create various performance indexes on tasks, task_assignees, task_phase, and related tables. - These indexes aim to enhance query performance for task filtering, status joins, assignees lookup, and other operations, improving overall application efficiency.
Migrations should be executed out in the sequence specified by the filename. They should be removed once the migrations have been released to all databases.