Project

General

Profile

Download (290 Bytes) Statistics
| Branch: | Tag: | Revision:
class FixAuditableType < ActiveRecord::Migration
def self.up
execute "UPDATE audits SET auditable_type='Host' WHERE auditable_type='Puppet::Rails::Host'"
end

def self.down
execute "UPDATE audits SET auditable_type='Puppet::Rails::Host' WHERE auditable_type='Host'"
end
end
(111-111/203)