24 lines
729 B
XML
24 lines
729 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE data SYSTEM "../../../lib/pkp/dtd/xmlData.dtd">
|
|
|
|
<!--
|
|
* dbscripts/xml/upgrade/3.2.0_archiving_settings.xml
|
|
*
|
|
* Copyright (c) 2013-2021 Simon Fraser University
|
|
* Copyright (c) 2003-2021 John Willinsky
|
|
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
|
*
|
|
* Remove unused context settings related to archiving plugins. These settings
|
|
* were never used, but were saved to the database as part of ArchivingForm's
|
|
* tooling for enabling/disabling the plugins from the settings form.
|
|
*
|
|
-->
|
|
|
|
<data>
|
|
<sql>
|
|
<query>
|
|
DELETE FROM journal_settings WHERE setting_name='enablePln' OR setting_name='enablePortico';
|
|
</query>
|
|
</sql>
|
|
</data>
|