Rebuild cache after changing uuids

This commit is contained in:
Oliver Davies 2019-06-07 07:38:14 +01:00
parent db130a7edf
commit 6a78346e1e

View file

@ -66,6 +66,9 @@ setup_users() {
echo "Resetting uuid for the API user..."
drush sql:query "UPDATE users SET uuid = '63936126-87cd-4166-9cb4-63b61a210632' WHERE uid = 7"
echo "Rebuilding cache..."
drush cache:rebuild
}
#-------------------------- END: Functions --------------------------------