<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data SYSTEM "../../../lib/pkp/dtd/xmlData.dtd">

<!--
  * dbscripts/xml/upgrade/3.0.0_change_assoc_type_metrics.xml
  *
  * Copyright (c) 2014-2017 Simon Fraser University
  * Copyright (c) 2003-2017 John Willinsky
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
  *
  * 3.0.0.0 updates for assoc_type XML file (just conditional on the metrics table existing).
  -->
<data>
	<!-- synchronize the ASSOC_TYPE_GALLEY constant to ASSOC_TYPE_REPRESENTATION defined in PKPApplication -->
	<sql>
		<query>UPDATE metrics SET assoc_type = 521 WHERE assoc_type = 260</query>
	</sql>
</data>
