Remove role

This commit is contained in:
yalh76 2019-02-11 15:36:00 +01:00
parent 9946441587
commit e9fae1c614

View File

@ -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