Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
This commit is contained in:
@@ -130,7 +130,7 @@ schemaDumpCommand.SetAction(async (parseResult, cancellationToken) =>
|
||||
|
||||
var sql = db.Database.GenerateCreateScript();
|
||||
var outPath = Path.GetFullPath("desired.sql");
|
||||
await File.WriteAllTextAsync(outPath, sql);
|
||||
await File.WriteAllTextAsync(outPath, sql, cancellationToken);
|
||||
|
||||
Console.WriteLine($"[OK] Wrote EF model create script to: {outPath}");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user