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

<!--
  * 3.0.0_adaptBooksForReview.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.
  *
  * Database updates XML file (run before schema is reconciled).
  *
  -->
<data>
	<sql>
		<rename table="books_for_review" column="article_id" to="submission_id" />
	</sql>
</data>

