Returns the current version or null if the DB is not initialized.
@override Future<String?> currentVersion() async => appliedMigrations.lastOrNull?.version;