Sha256: b4a85fc9a28051dcef417223eb8ffcdeeae7e0f46714640ecc3545aa914e80c3
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
class AddTimeFormatToOrganization < ActiveRecord::Migration def change add_column :organizations, :time_format, :boolean, :default => false end def down remove_column :organizations, :time_format, :boolean, :default => false end end
Version data entries
3 entries across 3 versions & 1 rubygems