diff --git a/scripts/remove b/scripts/remove index 4756cc8..0838765 100644 --- a/scripts/remove +++ b/scripts/remove @@ -50,6 +50,7 @@ ynh_print_info "Remove the postgresql database" # Remove a database if it exists, along with the associated user ynh_psql_remove_db "$db_name" "$db_name" +ynh_psql_drop_user "$db_name" #================================================= # REMOVE DEPENDENCIES