-
Beta Was this translation helpful? Give feedback.
Answered by
noefleury
Aug 16, 2024
Replies: 1 comment 3 replies
-
Hi, One of the solution if your column (A) is not compatible with the new type should be to :
To be safe about data consistency you should run this logic inside a transaction. I think an implicit commit shouldn't occurred during these actions but you should try it before on some dummy data. Note that It will lock the database during the process. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Smurrlawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
One of the solution if your column (A) is not compatible with the new type should be to :
To be safe about data consistency you should run this logic inside a transaction. I think an implicit commit shouldn't occurred during these actions but you should try it before on some dummy data. Note that It will lock the database during the process.