2 psql
-c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"
5 if [ "$1" = "purge" ]; then
6 rm -f /usr
/share
/iserv
/www
/inc
/mod_room-reservation
/config.inc
11 if [ "$1" = "purge" ]; then
13 echo If you
do not need the SQL tables anymore
, remove them by running
14 echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"'
15 echo After that
, all bookings are unrecoverably deleted
!