Files
archived-hc-harbor/db/migrate/20250611071124_remove_scope_from_leaderboards.rb
2025-06-11 04:12:18 -04:00

6 lines
137 B
Ruby

class RemoveScopeFromLeaderboards < ActiveRecord::Migration[8.0]
def change
remove_column :leaderboards, :scope, :string
end
end