first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE data SYSTEM "../../../lib/pkp/dtd/xmlData.dtd">
|
||||
|
||||
<!--
|
||||
* dbscripts/xml/upgrade/3.2.0_preupdate_last_activity.xml
|
||||
*
|
||||
* Copyright (c) 2013-2021 Simon Fraser University
|
||||
* Copyright (c) 2003-2021 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Copy the submissions table so we can migrate the date_status_modified
|
||||
* value to the date_last_activity column
|
||||
*
|
||||
-->
|
||||
|
||||
<data>
|
||||
<sql>
|
||||
<query>CREATE TABLE temp_last_activity_submissions AS SELECT * FROM submissions</query>
|
||||
</sql>
|
||||
</data>
|
||||
Reference in New Issue
Block a user