Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed Oct 25, 2024
1 parent 23d6e87 commit 7966df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/resource/tables/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ func compareRelations(table *objects.Table, source, target []objects.TablesRelat
}

if t.Index == nil && sc.Index == nil {
// updateItems = append(updateItems, objects.UpdateRelationItem{
// Data: sc,
// Type: objects.UpdateRelationCreateIndex,
// })
// updateItems = append(updateItems, objects.UpdateRelationItem{
// Data: sc,
// Type: objects.UpdateRelationCreateIndex,
// })
Logger.Debug("create new index", "constrain-name", sc.ConstraintName)
} else {
Logger.Debug("check-index", "t-index", t.Index)
Expand Down

0 comments on commit 7966df9

Please sign in to comment.