Revert "FEATURE: category setting for default list filter."

This reverts commit 6f03d14c23.
This commit is contained in:
Vinoth Kannan
2020-05-30 20:53:53 +05:30
parent 93bd1ff228
commit e1af91f5ae
5 changed files with 1 additions and 33 deletions

View File

@@ -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