We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2939 commit cb078d1Copy full SHA for cb078d1
2 files changed
play-scala-isolated-slick-example/.gitignore
@@ -1 +1,2 @@
1
test.mv.db
2
+test.trace.db
play-scala-isolated-slick-example/scripts/test-sbt
@@ -3,5 +3,5 @@
3
echo "+----------------------------+"
4
echo "| Executing tests using sbt |"
5
6
-rm -f test.mv.db
+rm -f test.mv.db test.trace.db
7
sbt ++$MATRIX_SCALA clean flyway/flywayMigrate slickCodegen test
0 commit comments