Remove unecessary schema_version assignment

This commit is contained in:
Simon Binder 2022-09-13 22:01:00 +02:00
parent 68552501cc
commit 24316c80a6
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class VerifierImplementation implements SchemaVerifier {
// Opening the helper database will instantiate the schema for us
await executor.ensureOpen(db);
await executor.runCustom('PRAGMA schema_version = $version;');
await db.close();
return InitializedSchema(dbForUse, () {