There is https://github.com/scalikejdbc/hello-scalikejdbc/tree/master/conf/db/migration/default and also DBInitializer.run() https://github.com/scalikejdbc/hello-scalikejdbc/blob/10efe894ee2a9f44244d1af158b517a54079b288/test/settings/DBSettings.scala#L26 with a copy of migrations. It should reuse the migrations
There is https://github.com/scalikejdbc/hello-scalikejdbc/tree/master/conf/db/migration/default
and also DBInitializer.run()
hello-scalikejdbc/test/settings/DBSettings.scala
Line 26 in 10efe89
with a copy of migrations.
It should reuse the migrations