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