We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785424b commit eb56598Copy full SHA for eb56598
core/models/common/index_service_v2.go
@@ -76,11 +76,6 @@ func CreateIndexesV2() {
76
{Keys: bson.M{"name": 1}},
77
})
78
79
- // variables
80
- mongo.GetMongoCol(service.GetCollectionNameByInstance(models2.VariableV2{})).MustCreateIndexes([]mongo2.IndexModel{
81
- {Keys: bson.M{"key": 1}},
82
- })
83
-
84
// data sources
85
mongo.GetMongoCol(service.GetCollectionNameByInstance(models2.DatabaseV2{})).MustCreateIndexes([]mongo2.IndexModel{
86
core/models/models/v2/variable_v2.go
0 commit comments