restoreDbFromBackup method
void
restoreDbFromBackup(
- T schema
Runs if a migration fails and restores the backup of the schema. Note: If the migration engine does not support Backups, it is perfectly valid to leave implementation empty.
Implementation
void restoreDbFromBackup(T schema) {}