Project

General

Profile

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

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