Project

General

Profile

Download (192 Bytes) Statistics
| Branch: | Tag: | Revision:
class UpdateReportFieldToLargeInt < ActiveRecord::Migration
def up
change_column :reports, :status, :bigint
change_column :hosts, :puppet_status, :bigint
end

def down
end
end
(99-99/282)