Sha256: e700fe33f4fd6a7c405681326bef8a60d0037ac4196f3c0def9eb1d330c9758e
Contents?: true
Size: 189 Bytes
Versions: 16
Compression:
Stored size: 189 Bytes
Contents
# This migration comes from tb_core (originally 20120327124229) class AddTimeZoneToSpudUser < ActiveRecord::Migration def change add_column :spud_users, :time_zone, :string end end
Version data entries
16 entries across 16 versions & 4 rubygems