Sha256: 2f3068b9ddf57bee323154f71482ea94a07460f15a785c2e61ddc9b748aabbc4
Contents?: true
Size: 191 Bytes
Versions: 23
Compression:
Stored size: 191 Bytes
Contents
class AddVirtualHostToHosts < ActiveRecord::Migration[4.2] def self.up add_column :hosts, :virtual_host, :text end def self.down remove_column :hosts, :viritual_host end end
Version data entries
23 entries across 23 versions & 2 rubygems