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

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

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

import db.migration.{V1_031__FragmentSpecificData => V1_031__FragmentSpecificDataDefinition}
import slick.jdbc.{JdbcProfile, PostgresProfile}

class V1_031__FragmentSpecificData extends V1_031__FragmentSpecificDataDefinition {
  override protected lazy val profile: JdbcProfile = PostgresProfile
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy