Hi
Something strange happening with Spring Boot 2.1.7 and Liquibase bundled with it (3.6.3). I use HSQLDB and everything is fine… we used the basic install of HSQLDB which has no password for SA.
If I change the SA password by “SET PASSWORD blah”, the next time I restart Spring Boot, it will DROP every table and rebuild the lot, losing my data.
Why? I fail to understand why changing the password causes this?
Many thanks
Benoit