Hi Brian,
I think you have mistakenly click on Move to Answers button in the JIRA Support :)
However, for the sake of this thread, I will post the workaround that helped you fix the curent problem:
update propertytext set propertyvalue = 'PutLicenseHere' where ID = (SELECT pt.id FROM propertytext pt JOIN propertyentry pe ON pt.id = pe.id WHERE property_key = 'License20');
Have a good day :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.