Truncate relation invoice in its test suite

This commit is contained in:
jordi fita mas 2023-02-10 19:00:22 +01:00
parent d5fb5a4326
commit fa3ffdf19b
1 changed files with 1 additions and 0 deletions

View File

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