DbMigration

final
class DbMigration(flyway: Flyway)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def drop: IO[Unit]

Drops all objects (tables, views, procedures, triggers, ...) in the configured schemas.

Drops all objects (tables, views, procedures, triggers, ...) in the configured schemas.

def migrate: IO[Unit]