Sha256: a2484773058f10b2155b20b8e1dcbb5b2cae7f4ad1d7279ab6569245036fe3c6

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

drop view view_names;
---
drop table names;
---
drop table blob_test;
---
drop table boolean_test;
---
drop table time_test;
---
drop table timestamp_test;
---
drop table bit_test;
---
drop table field_types_test;
---
drop table db_specific_types_test;
---
drop table array_test;
---
drop table bytea_test;
---
drop table precision_test;
---
drop schema schema1 cascade;
---
drop schema schema2 cascade;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dbd-pg-0.3.5 test/dbd/postgresql/down.sql
dbd-pg-0.3.6 test/dbd/postgresql/down.sql