Add a “if not exists” to tax revert script
This commit is contained in:
parent
717ae9d5d4
commit
9968b4296a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
begin;
|
begin;
|
||||||
|
|
||||||
drop policy company_policy on numerus.tax;
|
drop policy if exists company_policy on numerus.tax;
|
||||||
drop table if exists numerus.tax;
|
drop table if exists numerus.tax;
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
|
Loading…
Reference in New Issue