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

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

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

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

class V1_039__FillComponentsUsages extends InvalidateComponentsUsagesCache {
  override protected lazy val profile: JdbcProfile = PostgresProfile
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy