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/20120624094034_add_os_family_to_ptable.rb
class AddOsFamilyToPtable < ActiveRecord::Migration
class FakePtableWithoutFamily < ActiveRecord::Base
class FakePtableWithoutFamily < ApplicationRecord
self.table_name = 'ptables'
has_and_belongs_to_many :operatingsystems

Also available in: Unified diff