Fixes multi_behavioural analytics test

pull/7204/head
gindibay 2023-09-18 13:48:12 +03:00
parent 9726fb589c
commit b7abcd201b
1 changed files with 4 additions and 0 deletions

View File

@ -166,3 +166,7 @@ SELECT create_reference_table('users_reference_table');
(1 row)
INSERT INTO users_reference_table SELECT * FROM users_table;
DROP SCHEMA IF EXISTS with_basics CASCADE;
NOTICE: drop cascades to 2 other objects
DETAIL: drop cascades to table with_basics.users_table
drop cascades to table with_basics.events_table