File: down.sql

package info (click to toggle)
ruby-dbd-pg 0.3.9%2Bgem2deb-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 348 kB
  • ctags: 231
  • sloc: ruby: 2,214; sql: 91; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 table enum_type_test;
---
drop type enum_test;
---
drop schema schema1 cascade;
---
drop schema schema2 cascade;