[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
dbscripts
/
xml
/
upgrade
/
[
Home
]
File: 2.4.0_notifications2.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE data SYSTEM "../../../lib/pkp/dtd/xmlData.dtd"> <!-- * 2.4.0_notifications2.xml * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * 2.4.0 Database update XML file; Drops the notification*_old tables now that we've migrated them * --> <data> <sql> <drop table="notifications_old" /> <drop table="notification_settings_old" /> <query>DELETE FROM email_templates_default WHERE email_key = 'NOTIFICATION_MAILLIST_PASSWORD'</query> <query>DELETE FROM email_templates_default_data WHERE email_key = 'NOTIFICATION_MAILLIST_PASSWORD'</query> </sql> </data>