Skip to content

Commit 1d8b8a4

Browse files
GAtom22hieuvubk
andauthored
Update tools/confix/migrations.go
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
1 parent e0f169e commit 1d8b8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/confix/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var Migrations = MigrationMap{
3232
"v0.50": defaultPlanBuilder,
3333
"v0.52": defaultPlanBuilder,
3434
"v2": V2PlanBuilder,
35-
// "v0.xx.x": PlanBuilder, // add specific migration in case of configuration changes in minor versions
35+
// "v0.xx.x": defaultPlanBuilder, // add specific migration in case of configuration changes in minor versions
3636
}
3737

3838
type v2KeyChangesMap map[string][]string

0 commit comments

Comments
 (0)