Hi. I've got an existing project with SqlDelight d...
# squarelibraries
a
Hi. I've got an existing project with SqlDelight db, in module A. Db already has 19 migrations. I extracted some logic into module B, including one sql model from the module A db. Databases in both modules have the same name and get merged. All works as expected. I would like the model in module B to have its own migrations, so it can be used on its own in the future. Will they get merged with module A db migrations automatically?