hello-scalikejdbc icon indicating copy to clipboard operation
hello-scalikejdbc copied to clipboard

duplicated migrations

Open ILLKO opened this issue 7 years ago • 0 comments

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

ILLKO avatar May 11 '18 16:05 ILLKO