Truncate relation invoice in its test suite
This commit is contained in:
parent
d5fb5a4326
commit
fa3ffdf19b
|
@ -90,6 +90,7 @@ select col_default_is('invoice', 'created_at', current_timestamp);
|
||||||
|
|
||||||
|
|
||||||
set client_min_messages to warning;
|
set client_min_messages to warning;
|
||||||
|
truncate invoice cascade;
|
||||||
truncate contact cascade;
|
truncate contact cascade;
|
||||||
truncate company_user cascade;
|
truncate company_user cascade;
|
||||||
truncate company cascade;
|
truncate company cascade;
|
||||||
|
|
Loading…
Reference in New Issue