package migrator
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class JournalMigrator(profile: JdbcProfile)(implicit system: ActorSystem) extends Product with Serializable
This will help migrate the legacy journal data onto the new journal schema with the appropriate serialization
This will help migrate the legacy journal data onto the new journal schema with the appropriate serialization
- system
the actor system
- case class SnapshotMigrator(profile: JdbcProfile)(implicit system: ActorSystem) extends Product with Serializable
This will help migrate the legacy snapshot data onto the new snapshot schema with the appropriate serialization
This will help migrate the legacy snapshot data onto the new snapshot schema with the appropriate serialization
- system
the actor system
Value Members
- case object JournalMigrator extends Product with Serializable
- case object SnapshotMigrator extends Product with Serializable