Comments
1 comment
-
Thanks for your post.
I believe what you're seeing is a feature - when you commit a migration script, this needs to cover all objects in that commit - so you can't do a single commit and have, say, a migration script for a few tables then a couple of views committed in the "normal" way- you'd need to perform two commits.
Hope that helps.
Add comment
Please sign in to leave a comment.
when I try to commit an objects having a migration script behind it, other objects are deselected when I click on the migration script item.
So I cannot commit more than one object and have to make two different commits.
Is it a bug or a feature?