update-all: Make it clear ORM caches
parent
4e381e8ea5
commit
123d95c12d
|
@ -66,3 +66,9 @@ fi
|
|||
|
||||
./scripts/link_modules_resources.sh
|
||||
./scripts/compile_translations.sh
|
||||
|
||||
# Clear doctrine cache
|
||||
php ./public/index.php orm:clear-cache:metadata
|
||||
php ./public/index.php orm:clear-cache:query
|
||||
php ./public/index.php orm:clear-cache:result
|
||||
|
||||
|
|
Loading…
Reference in New Issue