hi, I’m not able to migrate embedded database as getting error like Migration is not supported on embedded databases.
The embedded H2 database is used by default. It is recommended for tests but not for production use.
Unfortunately, the H2 is not supported for updates, thus either you need to use another database like MS SQL or throw away the database on each SQ update