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

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

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

import db.migration.{V1_013__GroupNodesChange => V1_013__GroupNodesChangeDefinition}
import slick.jdbc.{HsqldbProfile, JdbcProfile}

class V1_013__GroupNodesChange extends V1_013__GroupNodesChangeDefinition {

  override protected lazy val profile: JdbcProfile = HsqldbProfile

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy