Liquibase 4.23.0 Upgrade - Issue with Table Recreation

Hello

I recently upgraded my Liquibase Docker image from version 4.15.0 to 4.23.0, and I’ve noticed a behavior change in table recreation. Prior to the upgrade, I had two tables, test and test1. However, after upgrading, I observed that only the test table is recreated, while the test1 table remains unchanged

Is there a specific reason why the test table being recreated after the upgrade to Liquibase 4.23.0? Are there any changes in the newer version that might affect table recreation differently?