Add time zone preference (#25342)
This commit is contained in:
parent
16dd3f08c1
commit
4c9406bdb0
20 changed files with 32 additions and 17 deletions
7
db/migrate/20230605085711_add_time_zone_to_users.rb
Normal file
7
db/migrate/20230605085711_add_time_zone_to_users.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddTimeZoneToUsers < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :users, :time_zone, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue