From 6473bbf0c9097dd62e51deb844f6a1500aa2dc9f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 25 Feb 2019 20:15:41 +0100 Subject: [PATCH] fix drop postgresql user --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index bc71c21..62f94fe 100644 --- a/scripts/remove +++ b/scripts/remove @@ -32,6 +32,7 @@ ynh_print_info "Removing the PostgreSQL database" # Remove a database if it exists, along with the associated user ynh_psql_drop_db $db_name $db_name +ynh_psql_drop_user $db_name #================================================= # REMOVE DEPENDENCIES