File: /var/www/ojs/dbscripts/xml/upgrade/3.0.0_adaptTimedViews.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data SYSTEM "../../../lib/pkp/dtd/xmlData.dtd">
<!--
* 3.0.0_adaptTimedViews.xml
*
* Copyright (c) 2014-2021 Simon Fraser University
* Copyright (c) 2003-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Database updates XML file (run before schema is reconciled).
*
-->
<data>
<sql>
<rename table="timed_views_log" column="article_id" to="submission_id" />
</sql>
</data>