Project

General

Profile

Download (235 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddRangeToTrendCounters < ActiveRecord::Migration
def change
add_column :trend_counters, :interval_start, :datetime
add_column :trend_counters, :interval_end, :datetime

Rake::Task['trends:reduce'].invoke
end
end
(253-253/255)