2 psql
-c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
7 if [ "$1" = "purge" ]; then
9 echo iserv-mod-roomreservation was removed. If you
do not need the data
in
10 echo the SQL tables anymore
, you can remove them by running
:
11 echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
12 echo ' psql -c "DROP TABLE mod_roomreservation_roomswhitelist;"'
13 echo After that
, all bookings and settings are unrecoverably deleted
!