DROP FULLTEXT INDEX statement cannot be used inside a user transaction. #2071
Labels
Milestone
Comments
Thanks. Good catch. Fixed. |
Thank you Axel. When can i expect 5.2.0 version to be available ? |
dohrayme
pushed a commit
to dohrayme/flyway
that referenced
this issue
Feb 3, 2020
…e a user transaction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flyway Version: 4.2.0
Commandline
Microsoft Sql Server 2012
OS: Windows Server 2012 R2
What did you do?
I've a migration where I've only 1 statement:
DROP FULLTEXT INDEX on SomeTable Name
On running the migrate command I get an error: Error Message: DROP FULLTEXT INDEX statement cannot be used inside a user transaction.
Now I understand that for each migration Flyway automatically starts a transaction. So how do i execute this script outside of a transaction.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: