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

<!--
  * dbscripts/xml/upgrade/2.4.3_postCounterMigration.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 counter stats table.
  *
  -->

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