Add a “if not exists” to tax revert script

This commit is contained in:
jordi fita mas 2023-01-29 15:12:45 +01:00
parent 717ae9d5d4
commit 9968b4296a
1 changed files with 1 additions and 1 deletions

View File

@ -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;