From 9968b4296a2bbc9c21b3bdd8a6f6520209bb9268 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sun, 29 Jan 2023 15:12:45 +0100 Subject: [PATCH] =?UTF-8?q?Add=20a=20=E2=80=9Cif=20not=20exists=E2=80=9D?= =?UTF-8?q?=20to=20tax=20revert=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- revert/tax.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revert/tax.sql b/revert/tax.sql index 23c992e..2851f16 100644 --- a/revert/tax.sql +++ b/revert/tax.sql @@ -2,7 +2,7 @@ begin; -drop policy company_policy on numerus.tax; +drop policy if exists company_policy on numerus.tax; drop table if exists numerus.tax; commit;