Instance Method
revert(on:)
Called when the changes from a migration are reverted.
func revert(on database: any Database) -> EventLoopFuture<Void>
Parameters
databaseDatabaseto revert the migration on.
Return Value
An asynchronous Void.
Default Implementations
AsyncMigration Implementations
revert(on:)Called when the changes from a migration are reverted.