pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
306 stars 445 forks source link

Upgrade scripts ordered differently in OPS #8577

Closed NateWr closed 1 year ago

NateWr commented 1 year ago

I noticed that the following line in the upgrade scripts is located in a differnet place in OPS than it is in OJS/OMP:

<data file="dbscripts/xml/upgrade/3.4.0_preupdate_email_templates.xml" />

@Vitaliy-1 this might be your upgrade script. Can you look into this and see where it's meant to go and make sure it's correctly placed in all applications?

NateWr commented 1 year ago

This upgrade script is no longer needed, because the NOTIFICATIONS template has been removed. Remove it from the upgrade script in all apps.

NateWr commented 1 year ago

PRs: https://github.com/pkp/ojs/pull/3750 https://github.com/pkp/omp/pull/1325 https://github.com/pkp/ops/pull/460

NateWr commented 1 year ago

All merged to main.