mirror of https://github.com/AMT-Cheif/drift.git
Remove unecessary schema_version assignment
This commit is contained in:
parent
68552501cc
commit
24316c80a6
|
@ -64,7 +64,6 @@ class VerifierImplementation implements SchemaVerifier {
|
||||||
|
|
||||||
// Opening the helper database will instantiate the schema for us
|
// Opening the helper database will instantiate the schema for us
|
||||||
await executor.ensureOpen(db);
|
await executor.ensureOpen(db);
|
||||||
await executor.runCustom('PRAGMA schema_version = $version;');
|
|
||||||
await db.close();
|
await db.close();
|
||||||
|
|
||||||
return InitializedSchema(dbForUse, () {
|
return InitializedSchema(dbForUse, () {
|
||||||
|
|
Loading…
Reference in New Issue