saved searches: drop unused name and category columns.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class RemoveNameAndCategoryFromSavedSearches < ActiveRecord::Migration
|
||||
def change
|
||||
SavedSearch.without_timeout do
|
||||
remove_column :saved_searches, :name, :text
|
||||
remove_column :saved_searches, :category, :text
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user