From fa3ffdf19bf1f40d30c23c094221a9b117b3309a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 10 Feb 2023 19:00:22 +0100 Subject: [PATCH] Truncate relation invoice in its test suite --- test/invoice.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/test/invoice.sql b/test/invoice.sql index 290bd67..4f399d8 100644 --- a/test/invoice.sql +++ b/test/invoice.sql @@ -90,6 +90,7 @@ select col_default_is('invoice', 'created_at', current_timestamp); set client_min_messages to warning; +truncate invoice cascade; truncate contact cascade; truncate company_user cascade; truncate company cascade;