Instance Method
revert(on:)
func revert(on database: any Database) async throws
Default Implementations
AsyncMigration Implementations
func revert(on: any Database) -> EventLoopFuture<Void>Called when the changes from a migration are reverted.
Instance Method
func revert(on database: any Database) async throws
func revert(on: any Database) -> EventLoopFuture<Void>