Clear cache after migration is finished.
This commit is contained in:
parent
68cb27f0c1
commit
e75ce991cb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class LastOwnerUpdate2 < ActiveRecord::Migration[5.1]
|
||||||
updated_by_id: 1,
|
updated_by_id: 1,
|
||||||
created_by_id: 1,
|
created_by_id: 1,
|
||||||
)
|
)
|
||||||
|
Cache.clear
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue