Sha256: 3ad879e0a0e0d86f0cd8db7c2f6e1508bbc24ae721956e4884427f00f8ea5dd1
Contents?: true
Size: 164 Bytes
Versions: 3
Compression:
Stored size: 164 Bytes
Contents
class AddTimeZoneToOrg < ActiveRecord::Migration def change add_column :organizations, :timezone, :string, :default => 'Central Time (US & Canada)' end end
Version data entries
3 entries across 3 versions & 1 rubygems