mirror of https://github.com/citusdata/citus.git
Merge pull request #2165 from citusdata/enterprise_test_fix_drop_table_add
enterprise test fixespull/2159/head
commit
bdfe1ed702
|
@ -142,3 +142,6 @@ SELECT * FROM varchar_hash_partitioned_table WHERE id = 6;
|
|||
6 | Jason
|
||||
(1 row)
|
||||
|
||||
DROP TABLE composite_type_partitioned_table;
|
||||
DROP TABLE bugs;
|
||||
DROP TABLE varchar_hash_partitioned_table;
|
||||
|
|
|
@ -126,3 +126,6 @@ SELECT * FROM varchar_hash_partitioned_table WHERE id = 1;
|
|||
UPDATE varchar_hash_partitioned_table SET id = 6 WHERE name = 'Jason';
|
||||
|
||||
SELECT * FROM varchar_hash_partitioned_table WHERE id = 6;
|
||||
DROP TABLE composite_type_partitioned_table;
|
||||
DROP TABLE bugs;
|
||||
DROP TABLE varchar_hash_partitioned_table;
|
||||
|
|
Loading…
Reference in New Issue