Returns the next migration after the version. Returns null if the version is the last.
version
null
@override Future<Migration?> getNext(String currentVersion) async => next;