Skip to content

Commit

Permalink
*3922* Added upgrade code for old notificiation_status table; Removed…
Browse files Browse the repository at this point in the history
… NotificationStatusDAO
  • Loading branch information
mcrider committed Sep 22, 2012
1 parent c59cabf commit 683ff96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 109 deletions.
109 changes: 0 additions & 109 deletions classes/journal/NotificationStatusDAO.inc.php

This file was deleted.

2 changes: 2 additions & 0 deletions dbscripts/xml/upgrade/2.3.0_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

<!-- Bug #3922# No need for the notification_status table (it is encapsulated by the notification table) -->
<sql>
<query>INSERT INTO notification_subscription_settings (setting_name, setting_value, user_id, context, setting_type)
SELECT 'emailed_notification', 268435477, ns.user_id, ns.journal_id, 'int' FROM notification_status ns</query><!-- NOTIFICATION_TYPE_PUBLISHED_ISSUE -->
<drop table="notification_status" />
</sql>

Expand Down

0 comments on commit 683ff96

Please sign in to comment.