From 18b8a7e098d52bf5b0a96591863e321921221be3 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 15 Jul 2020 09:56:12 +1200 Subject: [PATCH] Update regen.sh with new & upcoming core extensions Putting this out there in case some goes 'oh I could just write the bash to do that off the folder names in the directory..... --- bin/regen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regen.sh b/bin/regen.sh index 3d5f6bcf85..8a1c5375f5 100755 --- a/bin/regen.sh +++ b/bin/regen.sh @@ -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 -- 2.25.1