github.com/kubeshop/testkube@v1.17.23/internal/db-migrations/01_create_indexes.down.json (about)

     1  [
     2    {
     3      "dropIndexes": "testresults",
     4      "index": ["id_1", "testsuite.name_1", "name_1", "status_1", "starttime_-1", "endtime_-1"]
     5    },
     6    {
     7      "dropIndexes": "results",
     8      "index": ["id_1", "testname_1", "name_1", "executionresult.status_1", "starttime_-1", "endtime_-1"]
     9    }
    10  ]