mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: badge grouping UI
FIX: not loading more badges on badge show page
This commit is contained in:
5
db/migrate/20140718041445_set_default_badge_grouping.rb
Normal file
5
db/migrate/20140718041445_set_default_badge_grouping.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class SetDefaultBadgeGrouping < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :badges, :badge_grouping_id, :integer, null: false, default: 5
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user