hackatime/db/migrate/20260330142838_add_generation_duration_seconds_to_leaderboards.rb
Mahad Kalam 28fe4739f5
Leaderboard Inertia'd + use cache + util dedup (#1121)
* make leaderboards go vrooom

* goog

* Make leaderboards great again

* Bit o' cleanup?

* goog

* goog

* Greptile
2026-03-30 14:39:05 +00:00

5 lines
172 B
Ruby

class AddGenerationDurationSecondsToLeaderboards < ActiveRecord::Migration[8.1]
def change
add_column :leaderboards, :generation_duration_seconds, :integer
end
end