From acc0c2c7d5b509488d2825e161ad99bc64f576ea Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 27 Jan 2023 20:15:19 +0100 Subject: [PATCH] Remove the drop of company_policy on numerus.company_user I did not know how to add it, so now it warns me every time because it does not exist. --- revert/company_user.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/revert/company_user.sql b/revert/company_user.sql index eb53c28..6cbf8f9 100644 --- a/revert/company_user.sql +++ b/revert/company_user.sql @@ -3,7 +3,6 @@ begin; drop policy if exists company_policy on numerus.company; -drop policy if exists company_policy on numerus.company_user; drop table if exists numerus.company_user; commit;