Check if OLD is set when migrating issue assignees
The procedure for migrating issue assignees is invoked on both an INSERT and UPDATE. This means it will fail for INSERTs because OLD is set to NULL in this case.
Showing
Please register or sign in to comment