Sha256: 393bde56bba4578c69b7f447c0157ac8e7e1d0bb0fb6fb3e3058525d14f167ec
Contents?: true
Size: 148 Bytes
Versions: 9
Compression:
Stored size: 148 Bytes
Contents
class AdditionalCommand < ActiveRecord::Migration def change add_column :my_nagios_checks, :additional_command, :text, default: nil end end
Version data entries
9 entries across 9 versions & 1 rubygems