whitespace
This commit is contained in:
parent
05cab33dad
commit
5d3e08227e
1 changed files with 10 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ class NotificationMultiplePeople < ActiveRecord::Migration
|
|||
execute "CREATE TEMPORARY TABLE keep_table " +
|
||||
"(SELECT id as keep_id, target_type , target_id , recipient_id , action as keep_id " +
|
||||
"FROM notifications WHERE action = 'comment_on_post' OR action = 'also_commented' " +
|
||||
"GROUP BY target_type , target_id , recipient_id , action);"
|
||||
"GROUP BY target_type , target_id , recipient_id , action) "
|
||||
|
||||
#get a table of with ids of the notifications that need to be deleted and with the ones that need
|
||||
#to replace them
|
||||
|
|
|
|||
Loading…
Reference in a new issue