Running any migration that alters existing replicated tables fails with the following error:
You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels.
Have tried taking the scripts generated during the migration and executing in sql under same user and they work.
Is there a setting somewhere that may allow these updates to go through?