Commit b89ae830 authored by Yorick Peterse's avatar Yorick Peterse

Merge branch '23653-dont-clear-db-cache-every-release' into 'master'

Stop clearing the database cache on rake cache:clear

See merge request !7056
parents fc034406 c0eb2cbb
......@@ -29,5 +29,5 @@ namespace :cache do
task all: [:db, :redis]
end
task clear: 'cache:clear:all'
task clear: 'cache:clear:redis'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment