test/dbd/postgresql/down.sql in dbd-pg-0.3.6 vs test/dbd/postgresql/down.sql in dbd-pg-0.3.7

- old
+ new

@@ -20,8 +20,12 @@ --- drop table bytea_test; --- drop table precision_test; --- +drop table enum_type_test; +--- +drop type enum_test; +--- drop schema schema1 cascade; --- drop schema schema2 cascade;