
db.migration.postgres.V1_054__FragmentAddComponentGroupProperty.scala Maven / Gradle / Ivy
package db.migration.postgres
import db.migration.V1_054__FragmentAddComponentGroupPropertyDefinition
import slick.jdbc.{JdbcProfile, PostgresProfile}
class V1_054__FragmentAddComponentGroupProperty extends V1_054__FragmentAddComponentGroupPropertyDefinition {
override protected lazy val profile: JdbcProfile = PostgresProfile
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy