Fixes #3797 - OS package upgrade fails (activity_stream_object_id)
This commit is contained in:
parent
fd99f097d5
commit
905bdd512b
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,9 @@ function elasticsearch_searchindex_rebuild () {
|
|||
|
||||
function update_or_install () {
|
||||
|
||||
echo "# Clear cache..."
|
||||
zammad run rails r Cache.clear
|
||||
|
||||
if [ -f ${ZAMMAD_DIR}/config/database.yml ]; then
|
||||
update_database
|
||||
|
||||
|
|
Loading…
Reference in a new issue