Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddMetricsToReport < ActiveRecord::Migration
def up
add_column :reports, :metrics, :text
end

def down
remove_column :reports, :metrics
end
end
(51-51/286)