Skip to content

Commit

Permalink
Merge pull request #17839 from eileenmcnaughton/regen
Browse files Browse the repository at this point in the history
Update regen.sh with new & upcoming core extensions
  • Loading branch information
eileenmcnaughton authored Jul 14, 2020
2 parents 9e36b3b + 18b8a7e commit 75f8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ php GenerateData.php

## Prune local data
$MYSQLCMD -e "DROP TABLE zipcodes; DROP TABLE IF EXISTS civicrm_install_canary; DELETE FROM civicrm_cache; DELETE FROM civicrm_setting;"
$MYSQLCMD -e "DELETE FROM civicrm_extension WHERE full_name NOT IN ('sequentialcreditnotes');"
$MYSQLCMD -e "DELETE FROM civicrm_extension WHERE full_name NOT IN ('sequentialcreditnotes', 'eventcart', 'search', 'flexmailer');"
TABLENAMES=$( echo "show tables like 'civicrm_%'" | $MYSQLCMD | grep ^civicrm_ | xargs )

cd $CIVISOURCEDIR/sql
Expand Down

0 comments on commit 75f8b7d

Please sign in to comment.