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

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

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

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

class V1_056__CreateScenarioActivities extends V1_056__CreateScenarioActivitiesDefinition {
  override protected lazy val profile: JdbcProfile = PostgresProfile
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy