Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Truncate cache and revision tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jun 7, 2018
1 parent 28fb1cb commit 9fc30c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/custom/phing/tasks/local-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
depends="setup:drupal:settings">
<exec dir="${docroot}" command="chown -R root:root /root/.ssh" logoutput="true"/>
<exec dir="${docroot}" command="${drush.cmd} sql-drop -y" logoutput="true"/>
<exec dir="${docroot}" command="${drush.cmd} sql-sync ${project.cloud_alias}.test @self --create-db --structure-tables-key=lightweight -y" logoutput="true"/>
<exec dir="${docroot}" command="${drush.cmd} sql-sync ${project.cloud_alias}.test @self --create-db --structure-tables-list='field_revision*,cache*' -y" logoutput="true"/>
<exec dir="${docroot}" command="${drush.cmd} cc all" logoutput="true"/>
<exec dir="${docroot}" command="${drush.cmd} cc drush" logoutput="true"/>
</target>
Expand Down

0 comments on commit 9fc30c1

Please sign in to comment.