mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "FEATURE: category setting for default list filter."
This reverts commit 6f03d14c23.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddDefaultListFilterToCategories < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :categories, :default_list_filter, :string, limit: 20, default: 'all'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user