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

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

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

import db.migration.InvalidateComponentsUsagesCache
import slick.jdbc.{HsqldbProfile, JdbcProfile}

class V1_047__RegenerateComponentsUsages extends InvalidateComponentsUsagesCache {
  override protected lazy val profile: JdbcProfile = HsqldbProfile
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy