Any support for dacpac refactor log? #289
Unanswered
asrichesson
asked this question in
Ideas
Replies: 2 comments
-
Same question for me, did not find anything yet to support changes in table structures. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding this to your sdk sqlproj seems to work. <ItemGroup>
<RefactorLog Include="SdkTestDatabase.refactorlog" />
</ItemGroup> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know in the old project format you could include a refactor log for storing object renames as discussed here:
https://learn.microsoft.com/en-us/sql/ssdt/how-to-use-rename-and-refactoring-to-make-changes-to-your-database-objects?view=sql-server-ver16
These refactors would be baked into the dacpac and applied (if necessary) on deployment.
Obviously, there isn't any visual studio support yet, but is adding the refactor log entries manually an option?
I would expect it to look something like this in the csproj file:
And the refactor log:
Beta Was this translation helpful? Give feedback.
All reactions