Project

General

Profile

« Previous | Next » 

Revision 9ec7fdd0

Added by Ohad Levy about 12 years ago

  • ID 9ec7fdd0b9eb2735f1baedbfc11f6d77fd9ff6fb

refs #402 - ensures that noops reports are shown currectly on all DB's (pg, mysql and sqlite)

View differences:

db/migrate/20120502105518_update_report_field_to_large_int.rb
class UpdateReportFieldToLargeInt < ActiveRecord::Migration
def self.up
change_column :reports, :status, :bigint
change_column :hosts, :puppet_status, :bigint
end
def self.down
end
end

Also available in: Unified diff