Do not remove roles in the database.
authorArjen Baart <arjen@andromeda.nl>
Tue, 7 Feb 2012 14:04:56 +0000 (15:04 +0100)
committerArjen Baart <arjen@andromeda.nl>
Tue, 7 Feb 2012 14:04:56 +0000 (15:04 +0100)
Roles are not tied to a single database. The same roles may
be used by other databases on the same server.

src/database/destroy.sql

index 98a9a59..17d06a8 100644 (file)
@@ -88,6 +88,3 @@ DROP TABLE "type_of_issue";
 
 DROP TABLE "usr";
 
-DROP GROUP view;
-DROP GROUP ops;
-DROP GROUP admin;