mirror of https://github.com/citusdata/citus.git
Fixes multi_behavioural analytics test
parent
9726fb589c
commit
b7abcd201b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue