diff --git a/drift_dev/lib/src/services/schema/verifier_common.dart b/drift_dev/lib/src/services/schema/verifier_common.dart index 174eda0e3..290de05c3 100644 --- a/drift_dev/lib/src/services/schema/verifier_common.dart +++ b/drift_dev/lib/src/services/schema/verifier_common.dart @@ -7,7 +7,7 @@ import 'package:sqlite3/common.dart'; import 'find_differences.dart'; /// Attempts to recognize whether [name] is likely the name of an internal -/// sqlite3 table (like `sqlite3_sequence`) that we should not consider when +/// sqlite3 table (like `sqlite_sequence`) that we should not consider when /// comparing schemas. bool isInternalElement(String name, List virtualTables) { // Skip sqlite-internal tables, https://www.sqlite.org/fileformat2.html#intschema