Also log statements during migrations if desired

This commit is contained in:
Simon Binder 2020-05-12 13:38:02 +02:00
parent 254a54e9b6
commit 3dd682d522
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 3 additions and 0 deletions

View File

@ -317,4 +317,7 @@ class _BeforeOpeningExecutor extends QueryExecutor
@override
QueryDelegate get impl => _base.impl;
@override
bool get logStatements => _base.logStatements;
}