logApplied abstract method
Future<void>
logApplied(
- MigrationDescriptor descriptor,
- DateTime appliedAt, {
- 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,
});