whitespace

This commit is contained in:
zhitomirskiyi 2011-01-29 18:46:05 -08:00
parent 05cab33dad
commit 5d3e08227e

View file

@ -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