You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fields seem to be added twice. they already exist (im assuming based on the deploy-file) and then they are added from cache again by DataExtension.#attachFields(). When DataExtensionField.prepareDeployColumnsOnUpdate() later checks for changes it removes the not-changed fields once but not the second "version" of it.
Expected Behavior
correctly recognized what fields are added or updated and which one are not needed anymore
Version
6.0.1
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
fields seem to be added twice. they already exist (im assuming based on the deploy-file) and then they are added from cache again by
DataExtension.#attachFields()
. WhenDataExtensionField.prepareDeployColumnsOnUpdate()
later checks for changes it removes the not-changed fields once but not the second "version" of it.Expected Behavior
correctly recognized what fields are added or updated and which one are not needed anymore
Version
6.0.1
Participation
The text was updated successfully, but these errors were encountered: