diff options
| author | Marko Kreen | 2007-07-17 13:55:57 +0000 |
|---|---|---|
| committer | Marko Kreen | 2007-07-17 13:55:57 +0000 |
| commit | fcdb67d369ffde7d81281e63c8ca94784b4809f1 (patch) | |
| tree | cf97cd488e1b4a383241155a2fcf3363cdd670ca /sql/pgq/structure | |
| parent | c57228be2feefc6ec4d73a523251c7f394c5129a (diff) | |
pgq: simple uninstall script
Diffstat (limited to 'sql/pgq/structure')
| -rw-r--r-- | sql/pgq/structure/uninstall_pgq.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/pgq/structure/uninstall_pgq.sql b/sql/pgq/structure/uninstall_pgq.sql new file mode 100644 index 00000000..4ab28b30 --- /dev/null +++ b/sql/pgq/structure/uninstall_pgq.sql @@ -0,0 +1,4 @@ + +-- brute-force uninstall +drop schema cascade pgq; + |
