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

<!--
  * 2.3.0_subscription_ip2.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.
  *
  * Renames subscription_ip table to allow migration to new subscription structure.
  * This table was introduced in 2.2, so can not be migrated with subscription table.
  *
  -->

<data>
	<sql>
		<drop table="subscription_ip_old" />
	</sql>
</data>
