Chore/fix lint issues (#27704)
* Chore: Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -201,7 +201,7 @@ type CopyTableDataMigration struct {
|
||||
targetTable string
|
||||
sourceCols []string
|
||||
targetCols []string
|
||||
//colMap map[string]string
|
||||
// colMap map[string]string
|
||||
}
|
||||
|
||||
func NewCopyTableDataMigration(targetTable string, sourceTable string, colMap map[string]string) *CopyTableDataMigration {
|
||||
|
||||
Reference in New Issue
Block a user