Update search view to search v3
This commit is contained in:
parent
93b1fd0da9
commit
81179ceba9
3 changed files with 52 additions and 4 deletions
|
@ -0,0 +1,9 @@
|
|||
class UpdateSearchesToVersion3 < ActiveRecord::Migration[5.2]
|
||||
def up
|
||||
replace_view :searches, version: 3
|
||||
end
|
||||
|
||||
def down
|
||||
replace_view :searches, version: 2
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue