mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove remaining code for two-column categories page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class RemoveEnableWideCategoryList < ActiveRecord::Migration
|
||||
def up
|
||||
execute "DELETE FROM site_settings WHERE name = 'enable_wide_category_list'"
|
||||
end
|
||||
|
||||
def down
|
||||
# Nothing. Default site setting value will be used.
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user