mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Remove role
This commit is contained in:
parent
9946441587
commit
e9fae1c614
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ ynh_print_info "Remove the postgresql database"
|
||||||
|
|
||||||
# Remove a database if it exists, along with the associated user
|
# Remove a database if it exists, along with the associated user
|
||||||
ynh_psql_remove_db "$db_name" "$db_name"
|
ynh_psql_remove_db "$db_name" "$db_name"
|
||||||
|
ynh_psql_drop_user "$db_name"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE DEPENDENCIES
|
# REMOVE DEPENDENCIES
|
||||||
|
|
Loading…
Reference in a new issue