mirror of https://github.com/citusdata/citus.git
Rollbacks previous commit
parent
7c9f4144d8
commit
7e1697e90c
|
@ -118,5 +118,4 @@ SELECT create_reference_table('users_reference_table');
|
|||
INSERT INTO users_reference_table SELECT * FROM users_table;
|
||||
|
||||
DROP SCHEMA IF EXISTS with_basics CASCADE;
|
||||
DROP SCHEMA IF EXISTS subquery_and_ctes CASCADE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue