loadInstalledRepairMigration abstract method
Future<DatabaseMigrationVersionModel?>
loadInstalledRepairMigration(
- DatabaseSession session, {
- Transaction? transaction,
Loads the installed repair migration from the database.
This method depends on the table model that will be available only in the server/client package.
Implementation
Future<DatabaseMigrationVersionModel?> loadInstalledRepairMigration(
DatabaseSession session, {
Transaction? transaction,
});