From d1218f0b1cefaadc75ba13280212aa92149932d7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 27 Mar 2018 11:56:21 +0300 Subject: [PATCH] Delete tax rates when purging account data --- app/Jobs/PurgeAccountData.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Jobs/PurgeAccountData.php b/app/Jobs/PurgeAccountData.php index a43a3f0a907f..a81f2eddced9 100644 --- a/app/Jobs/PurgeAccountData.php +++ b/app/Jobs/PurgeAccountData.php @@ -55,6 +55,7 @@ class PurgeAccountData extends Job 'proposal_snippets', 'proposal_categories', 'proposal_invitations', + 'tax_rates', ]; foreach ($tables as $table) {