mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FEATURE: suppress categories from the homepage
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSuppressFromHomepageToCategory < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :categories, :suppress_from_homepage, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user