File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/java/com/flowci/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class FlowYml extends Mongoable {
5353
5454 public final static String DEFAULT_NAME = ".flowci.yml" ;
5555
56- @ Indexed (name = "index_flow_id " , unique = true )
56+ @ Indexed (name = "index_yml_flow_id " , unique = true )
5757 private String flowId ;
5858
5959 private List <SimpleYml > list ;
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ public static Pathable path(Long buildNumber) {
205205 @ Indexed (name = "index_job_key" , unique = true )
206206 private String key ;
207207
208- @ Indexed (name = "index_flow_id " , partialFilter = "{ flowId: {$exists: true} }" )
208+ @ Indexed (name = "index_job_flow_id " , partialFilter = "{ flowId: {$exists: true} }" )
209209 private String flowId ;
210210
211211 private String flowName ;
You can’t perform that action at this time.
0 commit comments