Commit fails silently - no resolution
kakins-tamus
Posts: 10 New member
I have several objects selected for committing. I click the button and it moves through the next screen quickly, only to return to the original "Commit" screen with my objects not committed.
Something to note is that all the objects are tables, and the changes to the tables are removing an "ALTER INDEX" statement from the script:
Something to note is that all the objects are tables, and the changes to the tables are removing an "ALTER INDEX" statement from the script:
Tagged:
Answers
Redgate Software
There is a workaround you can use though - if you delete the relevant `ALTER INDEX ... DISABLE` lines from the files in your version control system, commit the change (using the version control system's interface), and then do a Get Latest, the difference should disappear. Exactly how you do this depends on which version control system integration you're using - if you need help with that, can you tell me which system you're using and I'll give you more specific instructions.
Redgate Software