lastland/scala-forklift

Fix the test failure in SQLiteMigrationTests

lastland opened this issue · 0 comments

The case "up should deprecate object models of previous versions" fails to throw SQLException as expected.

The problem is caused by Slick 3.1.0 and SQLite. See more in: slick/slick#1402