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

<!--
  * dbscripts/xml/upgrade/2.4.3_postUsageStatsMigration2.xml
  *
  * Copyright (c) 2013-2016 Simon Fraser University Library
  * Copyright (c) 2003-2016 John Willinsky
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
  *
  * 2.4.3 Deletes temporary tables used in stats migration. We can't add this task
  * together in 2.4.3_postUsageStatsMigration.xml file because older versions
  * don't have the issue galleys table. 
  *
  -->

<data>
	<!-- Bug #8015: Statistics consolidation -->
	<sql>
		<drop table="issue_galleys_stats_migration" />
	</sql>
</data>
