Code
harness.sql.autoSchema.MigrationStep$.InMemory$.Code
final case class Code(name: String, up: RIO[HarnessEnv & JDBCConnection, Unit], down: Option[RIO[HarnessEnv & JDBCConnection, Unit]]) extends InMemory
Attributes
- Graph
-
- Supertypes
Members list
In this article