Merge commit '3a2a15c6ea4d4603469861ed9be09da12a122e45' into glitch-soc/merge-upstream
Conflicts: - `app/views/settings/preferences/appearance/show.html.haml`: Conflict because glitch-soc does not have a theme selector here.
This commit is contained in:
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
|
Reference in New Issue
Block a user