All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.postgres.V1_032__StandaloneToRequestResponse.scala Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
package db.migration.postgres

import db.migration.V1_032__StandaloneToRequestResponseDefinition
import slick.jdbc.{JdbcProfile, PostgresProfile}

class V1_032__StandaloneToRequestResponse extends V1_032__StandaloneToRequestResponseDefinition {
  override protected lazy val profile: JdbcProfile = PostgresProfile
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy