Hello, I’m using liquibase for our product running in production…
I would like to refactor the structure of DB, some fields are on a Table and should be moved on another one.
Those fields contain data and I would like to move them.
I’m thinking about to create the new field, execute an SQL command that move the data from one table’s field to the newly created and then delete the old field.
The SQL command, seems to be a bit too specific, and I would like to know if another solution exist ?
Thank you
Motte.