Skip to content

Commit

Permalink
jasl#14 add db migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu-Zhiqing committed Aug 14, 2019
1 parent 0b9f616 commit 8a00962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20190814090844_add_user_time_zone.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddTimeZoneToUsers < ActiveRecord::Migration[6.0]
def change
add_column :users, :time_zone, :string
end
end

0 comments on commit 8a00962

Please sign in to comment.