Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »


You must have the JIRA System Administrators global permission before you can carry out the instructions on this page.


On downgrading the app to the earlier version 3.x  you can encounter the following error:

java.sql.SQLException: Cannot drop index 'index_ao_d195e9_cus1061972428': needed in a foreign key constraint

If you encounter this problem you need to run the following script:

ALTER TABLE <<dbname>>.AO_D195E9_CUSTOM_MAIL_TEMPLATE DROP FOREIGN KEY fk_ao_d195e9_custom_mail_template_icon_id ;
Commit;

The query above was written in MySQL syntax, so you may need to tweak it depending on the database you are using.

  • No labels