There was an error while loading. Please reload this page.
1 parent fd42712 commit 64885f6Copy full SHA for 64885f6
drift_dev/lib/src/cli/commands/make_migrations.dart
@@ -323,7 +323,7 @@ class _MigrationTestEmitter {
323
} else if (schemaFile.readAsStringSync() != content) {
324
cli.exit(
325
"A schema for version $schemaVersion of the $dbName database already exists and differs from the current schema."
326
- " Either delete the existing schema file or update the schema version in the database file.");
+ " Either delete the existing schema file (${schemaFile.path}) or update the schema version in the database file.");
327
}
328
329
0 commit comments