Remove transient fields from migration task

This commit is contained in:
Jafer Khan 2020-01-21 01:29:33 +05:00 committed by James Agnew
parent 39ff698dd2
commit 4a4fb0fd9d
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@ public class RenameColumnTask extends BaseTableTask<RenameColumnTask> {
return new EqualsBuilder()
.appendSuper(super.equals(theO))
.append(myIsOkayIfNeitherColumnExists, that.myIsOkayIfNeitherColumnExists)
.append(myDeleteTargetColumnFirstIfBothExist, that.myDeleteTargetColumnFirstIfBothExist)
.append(myOldName, that.myOldName)
.append(myNewName, that.myNewName)
.isEquals();