From 726748194dabe2a097fed932520d5d532fd32360 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Thu, 18 Apr 2024 10:36:07 -0700 Subject: [PATCH] Improving changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e488acf..233ca44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Changed -* `Export-Migration` no longer creates an `Add-Schema` operation that includes owner information (i.e. the `Owner` +* `Export-Migration` no longer includes owner information when it exports `Add-Schema` operations (i.e. the `Owner` parameter is omitted). When exporting a schema to DDL in SQL Server Management Studio, the owner information is also omitted so we think this change should be OK. * Pushing to a database will now apply the baseline schema if it hasn't been applied.