slick-migration-api icon indicating copy to clipboard operation
slick-migration-api copied to clipboard

Schema manipulation dialects and DSL for Slick

Results 26 slick-migration-api issues
Sort by recently updated
recently updated
newest added

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.1. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.1) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.30. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates org.apache.derby:derby from 10.11.1.1 to 10.16.1.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [com.h2database:h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.214. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

I'm trying to use slick-migration-api with `cockroachdb`. As [cockroachdb doesn't support updating pk](https://github.com/cockroachdb/cockroach/issues/19141), primary keys must be in create table query. Therefore I added primary key declaration in create table...

Reverses the Action order of operations when using reverse. Closes #86

Hey there, is it possible that the maven central artifacts are missing? I can't resolve any of them. I've tried (in scala 12): ``"io.github.nafg" %% "slick-migration-api" % "0.4.2"` and ``"io.github.nafg"...

Hey. I'm looking for a lightweight database migration tool and found this project through the Slick documentation. It seems to be up-to-date and the example looks intriguing. I was wondering...

Since the result of `slick.migration.api.SqlMigration.apply` doesn't override `toString`, the generated `description` of a `SqlMigration` looks like `SqlMigration$$anon$1@5becf99e`, and is a different string each time a new object is created (incl....