From: Arjen Baart Date: Tue, 7 Feb 2012 14:04:56 +0000 (+0100) Subject: Do not remove roles in the database. X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=commitdiff_plain;h=44dc1b5067fdb721db49826af8cfc75a430c8eed 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. --- 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;