Enable recording of drop columns in refactor log to avoid having to disable blockondataloss #219
Unanswered
simonsabin
asked this question in
Ideas
Replies: 1 comment 3 replies
-
@simonsabin I usually do destructive things like that in a pre pre-deployment script (seperate pipeline stage) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If one wants to drop a column you have to disable BlockOnPossibleDataLoss, this is a blanket flag and something folks don't want to leave disabled.
If the dropping of a column was recorded somewhere, then the deployment could ignore the loss of that data as its been explicitly requested to be dropped.
Beta Was this translation helpful? Give feedback.
All reactions