Skip to content

Commit

Permalink
Fixed calendar event dates view so recurring dates aren't repeated fo…
Browse files Browse the repository at this point in the history
…r each date
  • Loading branch information
angelic committed Apr 17, 2009
1 parent e45f76f commit b80543e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion db/migrate/add_schedule_fu_tables.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ def self.up
) )
) )
) )
); )
GROUP BY ce.id, cd.id, cd.value, cem.id, ce.start_time, ce.end_time,
ce.desc, ce.long_desc, cem.start_time, cem.end_time, cem.desc,
cem.long_desc, added, removed, modified;
END_SQL END_SQL
end end


Expand Down

0 comments on commit b80543e

Please sign in to comment.