Sha256: 67dd4366f47a9e42ef8da7508c5ef15b61d4480b1fe7d0f57f27f1201569c774
Contents?: true
Size: 193 Bytes
Versions: 33
Compression:
Stored size: 193 Bytes
Contents
class AddAuthOption < ActiveRecord::Migration def self.up add_column :sites, "http_auth", :boolean, :default => nil end def self.down remove_column :sites, "http_auth" end end
Version data entries
33 entries across 33 versions & 1 rubygems