lastland / scala-forklift

Type-safe data migration tool for Slick, Git and beyond.
Other
188 stars 31 forks source link

Test SlickMigrationManager on other Slick drivers than H2 #10

Closed lastland closed 8 years ago

lastland commented 8 years ago

Right now the SlickMigrationManager is only tested on h2 database. We must test it on other Slick drivers (e.g. MySQL, Postgres) to prove it's solid.

The automatic tests that will be implemented for #7 will also need to include these tests.

Slick Drivers:

lastland commented 8 years ago

Resolved in 96d9d88