Project

General

Profile

Download (163 Bytes) Statistics
| Branch: | Tag: | Revision:
class SetEmptyFilterTaxonomySearchNil < ActiveRecord::Migration[6.0]
def change
Filter.where(taxonomy_search: '').update_all(taxonomy_search: nil)
end
end
(342-342/386)