Update search to version 4
This commit is contained in:
parent
d0a6957862
commit
f30dadfb53
3 changed files with 51 additions and 4 deletions
|
@ -0,0 +1,9 @@
|
|||
class UpdateSearchesToVersion4 < ActiveRecord::Migration[5.2]
|
||||
def up
|
||||
replace_view :searches, version: 4
|
||||
end
|
||||
|
||||
def down
|
||||
replace_view :searches, version: 3
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue