mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 16:38:23 +00:00
* make leaderboards go vrooom * goog * Make leaderboards great again * Bit o' cleanup? * goog * goog * Greptile
5 lines
172 B
Ruby
5 lines
172 B
Ruby
class AddGenerationDurationSecondsToLeaderboards < ActiveRecord::Migration[8.1]
|
|
def change
|
|
add_column :leaderboards, :generation_duration_seconds, :integer
|
|
end
|
|
end
|