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

db.migration.hsql.V1_019__SourceSinkExceptionHandlerExpressionsChange.scala Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package db.migration.hsql

import db.migration.{
  V1_019__SourceSinkExceptionHandlerExpressionsChange => V1_019__SourceSinkExceptionHandlerExpressionsChangeDefinition
}
import slick.jdbc.{HsqldbProfile, JdbcProfile}

class V1_019__SourceSinkExceptionHandlerExpressionsChange
    extends V1_019__SourceSinkExceptionHandlerExpressionsChangeDefinition {
  override protected lazy val profile: JdbcProfile = HsqldbProfile
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy