I am using liquibase version-4.11 connected with snowflake and i have two pipelines for database automation using liquibase one is for DB Deploy and another one is DB Rollback. We are using this pipeline for the schema updation in snowflake. The DB changes has been versioned using tags in DB Deploy Pipeline so the rollback can be achieved using the DB Rollback Pipeline. Whenever i run the rollback pipeline i am facing the below issue for the drop statements : "Unexpected error running Liquibase: No inverse to liquibase.change.core.DropColumnChange created"
The Liquibase is not supporting the rollback for drop statements. The only way for this is to add the rollback script manually. But in my organization is not possible for adding it manually for all the drop statements. Its there is any ways to achieve the rollback without involving any manual steps?