dropDbBackup method

void dropDbBackup(
  1. T schema
)

Drops the db backup after a successful migration or restore. Note: If the migration engine does not support Backups, it is perfectly valid to leave implementation empty.

Implementation

void dropDbBackup(T schema) {}