[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
v1
/
dbscripts
/
xml
/
upgrade
/
[
Home
]
File: 3.2.0_archiving_settings.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>