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

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

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

import db.migration.V1_046__RenameSubprocessToFragmentDefinition
import slick.jdbc.{HsqldbProfile, JdbcProfile}

class V1_046__RenameSubprocessToFragment extends V1_046__RenameSubprocessToFragmentDefinition {
  override protected lazy val profile: JdbcProfile = HsqldbProfile
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy