mirror of https://github.com/AMT-Cheif/drift.git
Update drift_dev/lib/src/writer/database_writer.dart
Co-authored-by: Simon Binder <oss@simonbinder.eu>
This commit is contained in:
parent
26333eafb5
commit
5c05b4e375
|
@ -119,7 +119,7 @@ class DatabaseWriter {
|
|||
schemaScope
|
||||
..write(
|
||||
'@override\nIterable<TableInfo<Table, dynamic>> get allTables => ')
|
||||
..write('allSchemaEntities.whereType<<Table, dynamic>>();\n')
|
||||
..write('allSchemaEntities.whereType<TableInfo<Table, Object?>>();\n')
|
||||
..write('@override\nList<DatabaseSchemaEntity> get allSchemaEntities ')
|
||||
..write('=> [');
|
||||
|
||||
|
|
Loading…
Reference in New Issue