logApplied abstract method

Future<void> logApplied(
  1. MigrationDescriptor descriptor,
  2. DateTime appliedAt, {
  3. required int batch,
})

Adds an applied migration entry to the ledger and assigns a batch number.

Implementation

Future<void> logApplied(
  MigrationDescriptor descriptor,
  DateTime appliedAt, {
  required int batch,
});