Project

General

Profile

« Previous | Next » 

Revision 4deab2f3

Added by Lukas Zapletal about 7 years ago

Fixes #13772 - orchestration now uses app logger

View differences:

db/migrate/20100601221000_update_os_minor.rb
class UpdateOsMinor < ActiveRecord::Migration
class Operatingsystem < ActiveRecord::Base; end
class Operatingsystem < ApplicationRecord; end
def up
Operatingsystem.where(:minor => nil).update_all("minor = ''")

Also available in: Unified diff