Sha256: 5b185456cdabdfd9e6e8d34c4937dc634486ffd0902c0a220ea1f368fd9197b1

Contents?: true

Size: 116 Bytes

Versions: 2

Compression:

Stored size: 116 Bytes

Contents

class AddTimezoneToUsers < ActiveRecord::Migration
  def change
    add_column :users, :timezone, :string
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voluntary-0.7.1 db/migrate/20151022163015_add_timezone_to_users.rb
voluntary-0.7.0 db/migrate/20151022163015_add_timezone_to_users.rb