make regional leaderboards the default

This commit is contained in:
Echo
2025-06-18 15:41:46 -04:00
parent cd92d53eea
commit 6172c737e1
9 changed files with 37 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
class AddDefaultTimezoneLeaderboardToUsers < ActiveRecord::Migration[7.0]
def change
add_column :users, :default_timezone_leaderboard, :boolean, default: true, null: false
end
end