Initial commit
This commit is contained in:
5
db/migrate/20200317142545_add_time_zone_to_users.rb
Normal file
5
db/migrate/20200317142545_add_time_zone_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTimeZoneToUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :time_zone, :string, null: false, default: 'UTC'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user