Persist the new schema version to the database.
@override Future<void> setStoredSchemaVersion(int version) async => _schemaVersion = version;