Can we drop tables without adding Migration script because if we drop tables without migration script and continue anyway, Team City deployment fails? How to resolve this issue to get it successfully deployed through Team City without adding migration script to drop tables? Do we need to change any of Team City configuration settings?
Comments
1 comment
-
It sounds like you're using DLMA and the deployment process is quitting early because of the data loss warnings that are being output. I think you should be able to prevent that from happening by specifying the -AbortOnWarningLevel or -Force options documented in https://documentation.red-gate.com/display/DLMA2/Sync-DlmDatabaseSchema
Add comment
Please sign in to leave a comment.