From 44dc1b5067fdb721db49826af8cfc75a430c8eed Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Tue, 7 Feb 2012 15:04:56 +0100 Subject: [PATCH] Do not remove roles in the database. 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/database/destroy.sql b/src/database/destroy.sql index 98a9a59..17d06a8 100644 --- a/src/database/destroy.sql +++ b/src/database/destroy.sql @@ -88,6 +88,3 @@ DROP TABLE "type_of_issue"; DROP TABLE "usr"; -DROP GROUP view; -DROP GROUP ops; -DROP GROUP admin; -- 2.11.0