t.index["jira_dvcs_cloud_last_sync_at","project_id"],name: "idx_proj_feat_usg_on_jira_dvcs_cloud_last_sync_at_and_proj_id",where: "(jira_dvcs_cloud_last_sync_at IS NOT NULL)",using: :btree
t.index["jira_dvcs_server_last_sync_at","project_id"],name: "idx_proj_feat_usg_on_jira_dvcs_server_last_sync_at_and_proj_id",where: "(jira_dvcs_server_last_sync_at IS NOT NULL)",using: :btree
t.index[:jira_dvcs_cloud_last_sync_at,:project_id],name: "idx_proj_feat_usg_on_jira_dvcs_cloud_last_sync_at_and_proj_id",where: "(jira_dvcs_cloud_last_sync_at IS NOT NULL)"
t.index[:jira_dvcs_server_last_sync_at,:project_id],name: "idx_proj_feat_usg_on_jira_dvcs_server_last_sync_at_and_proj_id",where: "(jira_dvcs_server_last_sync_at IS NOT NULL)"